husseinhareb / dotfiles-i3-

I3wm and more on my Linux.
21 stars 1 forks source link

Issue #2

Closed Twilight876 closed 1 month ago

Twilight876 commented 1 month ago

Why my desktop look like this 20240813_161833 And can you please write shortcuts of rofi and terminal,etc

husseinhareb commented 1 month ago

Grab the JetBrainsMono Nerd Font from here: link. It's the JetBrainsMono Nerd Font, which is necessary for the icons to load properly.

You can find the bindings for Rofi and other configurations inside the .config/i3/config file. Here, you can view and modify all the bindings. For example, the terminal binding is:

#Start a terminal
bindsym $mod+Return exec kitty # Super + Enter

For Rofi:

bindsym $mod+q exec --no-startup-id rofi -show drun -show-icons # Super + Q

And so on...

Twilight876 commented 1 month ago

Ok thank you

On Wed, Aug 14, 2024, 12:21 AM Hussein Hareb @.***> wrote:

Grab the JetBrainsMono Nerd Font from here: link https://www.nerdfonts.com/font-downloads. It's the JetBrainsMono Nerd Font, which is necessary for the icons to load properly.

You can find the bindings for Rofi and other configurations inside the .config/i3/config file. Here, you can view and modify all the bindings. For example, the terminal binding is:

Start a terminal

bindsym $mod+Return exec kitty # Super + Enter

For Rofi:

bindsym $mod+q exec --no-startup-id rofi -show drun -show-icons # Super + Q

And so on...

— Reply to this email directly, view it on GitHub https://github.com/husseinhareb/dotfiles-i3-/issues/2#issuecomment-2287159034, or unsubscribe https://github.com/notifications/unsubscribe-auth/A3LVNZDP6ECUWUEK5SNTCU3ZRJ2GXAVCNFSM6AAAAABMOKGTJWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBXGE2TSMBTGQ . You are receiving this because you authored the thread.Message ID: @.***>

husseinhareb commented 1 month ago

You are welcome. I will close the issue now. If you have further questions, please open a new one.