diff options
author | zachir <zachir@librem.one> | 2022-10-11 23:39:11 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-11 23:39:11 -0500 |
commit | 606706c7233021c56871a76d629789164f361590 (patch) | |
tree | dcb3763f7c0c1bc5eeeb8d9da318aacf1e6a83b1 /herbstluftwm/autostart | |
parent | c9c285ee7a638e4c455b0b9c546a4a417cdfda33 (diff) |
update herbstluftwm to use alacritty, and fix all the scratchpads
Diffstat (limited to 'herbstluftwm/autostart')
-rwxr-xr-x | herbstluftwm/autostart | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 3f53457..372dbaf 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -29,7 +29,7 @@ hc detect_monitors # if you have a super key you will be much happier with Mod set to Mod4 Mod=Mod1 # Use alt as the main modifier #Mod=Mod4 # Use the super key as the main modifier -TERMINAL=st +TERMINAL=alacritty hc keybind $Mod-Shift-e quit hc keybind $Mod-Shift-r reload @@ -180,8 +180,8 @@ hc rule instance=sppmxr floatplacement=center floating=true floating_geometry=90 hc rule instance=spblue floatplacement=center floating=true floating_geometry=900x600 hc rule instance=spncmp floatplacement=center floating=true floating_geometry=900x600 hc rule instance=spmutt floatplacement=center floating=true floating_geometry=900x600 -hc rule class=spprof floatplacement=center floating=true floating_geometry=900x600 -hc rule class=spirss floatplacement=center floating=true floating_geometry=900x600 +hc rule instance=spprof floatplacement=center floating=true floating_geometry=900x600 +hc rule instance=spirss floatplacement=center floating=true floating_geometry=900x600 #hc rule class=mpv floatplacement=center floating=true floating_geometry=900x600 hc set tree_style '╾│ ├└╼─┐' |