diff --git a/.config/i3/config b/.config/i3/config index 098d969..b17ee3d 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,8 +8,10 @@ # i3 config file (v4) # # Please see https://i3wm.org/docs/userguide.html for a complete reference! - -set $mod Mod4 +# Mod1=alt Mod4=super +# +set $mod Mod1 +set $sup Mod4 # Font for window titles. Will also be used by the bar unless a different font # is used in the bar {} block below. diff --git a/.local/bin/startup b/.local/bin/startup index 94dae47..e62b4c6 100755 --- a/.local/bin/startup +++ b/.local/bin/startup @@ -4,7 +4,7 @@ exec sudo timedatectl set-ntp true & exec xset s off & exec xset -dpms & # exec xcompmgr & -exec xwallpaper --center files/pics/autumn-8q-1366x768.jpg & +exec xwallpaper --center files/pics/wall.jpg & exec /usr/bin/unclutter & exec /usr/bin/xcompmgr & exec /usr/bin/dunst &