fix smaller things

This commit is contained in:
Marco Thomas
2021-08-31 17:53:09 +02:00
parent 8a55fc0c4b
commit a68ec2b435
3 changed files with 4 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ floating_modifier $mod
workspace_layout stacking
### keybinds for starting
bindsym $mod+Return exec --no-startup-id "terminal.sh"
bindsym $mod+Return exec --no-startup-id "alacritty"
bindsym $mod+d exec --no-startup-id "dmenu_run"
bindsym $mod+Shift+s exec --no-startup-id "flameshot gui"
@@ -120,8 +120,6 @@ bar {
}
}
# ebdbb2
set $gruv_bg "#f2e5bc"
set $gruv_bg_darker "#ebdbb2"
set $gruv_fg "#282828"
@@ -146,8 +144,5 @@ exec --no-startup-id $HOME/.screenlayout/layout.sh
# set wallpaper
exec --no-startup-id $HOME/scripts/wallpaper.sh
# set keyboard layout
exec --no-startup-id "setxkbmap -layout eu"
# set X things
exec --no-startup-id "xrdb -merge $HOME/.Xresources"