diff options
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 '╾│ ├└╼─┐' |