File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -241,15 +241,15 @@ exec_always xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scr
241
241
exec_always xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
242
242
243
243
exec --no-startup-id nm-applet
244
- exec --no-startup-id i3-msg 'workspace $ws1; exec firefox '
244
+ exec --no-startup-id i3-msg 'workspace $ws1; exec chromium '
245
245
exec --no-startup-id i3-msg 'workspace $ws2; exec termite'
246
246
#exec --no-startup-id i3-msg 'workspace $ws4; exec com.spotify.Client'
247
247
exec --no-startup-id nitrogen --restore
248
248
249
249
#Custom keybinds
250
- bindsym $mod+Ctrl+f exec --no-startup-id firefox
250
+ bindsym $mod+Ctrl+f exec --no-startup-id chromium
251
251
bindsym $mod+Ctrl+d exec --no-startup-id discord
252
- bindsym $mod+Ctrl+s exec --no-startup-id com. spotify.Client
252
+ bindsym $mod+Ctrl+s exec --no-startup-id spotify
253
253
bindsym $mod+Ctrl+m exec --no-startup-id pavucontrol
254
254
bindsym $mod+Ctrl+n exec systemctl suspend
255
255
bindsym $mod+Ctrl+k exec systemctl poweroff
Original file line number Diff line number Diff line change
1
+ For termite to work properly we must:
2
+ 1 ) Install iosevka nerd fonts ( nerd-fonts-iosevka package on yay )
3
+ 2 ) install xcwd because we call termite with it
You can’t perform that action at this time.
0 commit comments