fix smaller things
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
# executed on login
|
||||
|
||||
# keyboard layout
|
||||
setxkbmap -layout za
|
||||
|
||||
# path
|
||||
export PATH=$PATH:$HOME/scripts:$HOME/.cargo/bin:$HOME/.cabal/bin:$HOME/.ghcup/bin:$HOME/.local/bin
|
||||
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ $USER == "marc" ]; then
|
||||
alacritty
|
||||
else
|
||||
xterm
|
||||
fi
|
||||
Reference in New Issue
Block a user