diff options
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 2 | ||||
-rw-r--r-- | .config/polybar/config##desktop.Linux.Maus | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index e7a722d..fa68ba0 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
@@ -21,7 +21,7 @@ exec --no-startup-id nm-applet & | |||
21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & | 21 | exec --no-startup-id xrandr --output DVI-D-0 --off --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate left --output DVI-I-1 --primary --mode 1920x1080 --pos 1132x608 --rotate normal --output DVI-I-0 --off --output DP-1 --off --output DP-0 --off & |
22 | 22 | ||
23 | # swap caps lock and escape, set keyboard layout | 23 | # swap caps lock and escape, set keyboard layout |
24 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape | 24 | exec --no-startup-id setxkbmap -model pc105 -layout us,us,tr -variant ,colemak, -option grp:alt_shift_toggle,caps:swapescape |
25 | 25 | ||
26 | #launch conky windows | 26 | #launch conky windows |
27 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf | 27 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf |
diff --git a/.config/polybar/config##desktop.Linux.Maus b/.config/polybar/config##desktop.Linux.Maus index 016b4d5..c9db677 100644 --- a/.config/polybar/config##desktop.Linux.Maus +++ b/.config/polybar/config##desktop.Linux.Maus | |||
@@ -120,7 +120,7 @@ format-prefix-background = ${colors.blue} | |||
120 | format-prefix-foreground = ${colors.foreground} | 120 | format-prefix-foreground = ${colors.foreground} |
121 | format-prefix-font = 3 | 121 | format-prefix-font = 3 |
122 | 122 | ||
123 | label-layout = %layout% | 123 | label-layout = %name% |
124 | label-layout-padding = 1 | 124 | label-layout-padding = 1 |
125 | label-layout-background = ${colors.background_modules} | 125 | label-layout-background = ${colors.background_modules} |
126 | label-layout-foreground = ${colors.foreground_modules} | 126 | label-layout-foreground = ${colors.foreground_modules} |