changed super

This commit is contained in:
Dorian
2021-11-10 01:41:36 -05:00
parent 9c9a03abb1
commit c9fd460cbb
2 changed files with 5 additions and 3 deletions

View File

@@ -8,8 +8,10 @@
# i3 config file (v4) # i3 config file (v4)
# #
# Please see https://i3wm.org/docs/userguide.html for a complete reference! # Please see https://i3wm.org/docs/userguide.html for a complete reference!
# Mod1=alt Mod4=super
set $mod Mod4 #
set $mod Mod1
set $sup Mod4
# Font for window titles. Will also be used by the bar unless a different font # Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below. # is used in the bar {} block below.

View File

@@ -4,7 +4,7 @@ exec sudo timedatectl set-ntp true &
exec xset s off & exec xset s off &
exec xset -dpms & exec xset -dpms &
# exec xcompmgr & # 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/unclutter &
exec /usr/bin/xcompmgr & exec /usr/bin/xcompmgr &
exec /usr/bin/dunst & exec /usr/bin/dunst &