Skip to content

Commit e096678

Browse files
committed
some updates
1 parent 1c4f08c commit e096678

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

i3/config

+3-3
Original file line numberDiff line numberDiff line change
@@ -241,15 +241,15 @@ exec_always xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Natural Scr
241241
exec_always xinput --set-prop "SynPS/2 Synaptics TouchPad" "libinput Tapping Enabled" 1
242242

243243
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'
245245
exec --no-startup-id i3-msg 'workspace $ws2; exec termite'
246246
#exec --no-startup-id i3-msg 'workspace $ws4; exec com.spotify.Client'
247247
exec --no-startup-id nitrogen --restore
248248

249249
#Custom keybinds
250-
bindsym $mod+Ctrl+f exec --no-startup-id firefox
250+
bindsym $mod+Ctrl+f exec --no-startup-id chromium
251251
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
253253
bindsym $mod+Ctrl+m exec --no-startup-id pavucontrol
254254
bindsym $mod+Ctrl+n exec systemctl suspend
255255
bindsym $mod+Ctrl+k exec systemctl poweroff

termite/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
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

0 commit comments

Comments
 (0)