switch from alacritty to kitty because the dang cursor always disappears on me
This commit is contained in:
parent
27a9211c3a
commit
d7ab0ae8de
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
set $mod Mod4
|
||||
|
||||
# quick-launch
|
||||
bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Return exec kitty
|
||||
bindsym $mod+Home exec thunar
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+d exec --no-startup-id ~/bin/launcher
|
||||
|
@ -156,3 +156,4 @@ client.unfocused $bgalt $bgalt $fg $bg $bgalt
|
|||
# autostart
|
||||
exec_always --no-startup-id wal -q -t -i ~/wallpaper --saturate 0.8
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue