X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fi3%2Ffiles%2Fconfig.jinja;h=5ec8bc98de23c3291a1e1aec2e84b1effdc331ee;hb=634dc2828b8627c5b39e97b6db27d9260a317db1;hp=7f96e8529e693035c71523f8dfddef24e03784da;hpb=7d8b17dceab1808f524cacacd9bb964dc71c71b1;p=max%2Fsaltfiles.git diff --git a/states/i3/files/config.jinja b/states/i3/files/config.jinja index 7f96e85..5ec8bc9 100644 --- a/states/i3/files/config.jinja +++ b/states/i3/files/config.jinja @@ -41,7 +41,7 @@ font pango:monospace 10 # The combination of xss-lock, nm-applet and pactl is a popular choice, so # they are included here as an example. Modify as you see fit. -exec xset dpms 300 600 0 +exec xset dpms 600 900 0 # xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the # screen before suspend. Use loginctl lock-session to lock your screen. exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock -i ~/Pictures/lockscreen_full_blurred_1.png --nofork @@ -209,9 +209,10 @@ gaps inner 6 {% if host == 'barium' %} bar { id bar_left + status_command ~/.local/bin/conky-i3bar position top output "HDMI-1" - font pango:Liberation Mono 12 + font pango:Liberation Mono 11 colors { background $black_super focused_background $black @@ -244,8 +245,8 @@ bar { id bar_right status_command ~/.local/bin/conky-i3bar position top - output "DP-1" - font pango:Liberation Mono 12 + output "DVI-I-2-1" + font pango:Liberation Mono 13 colors { background $black_super focused_background $black @@ -270,19 +271,21 @@ workspace $chat output DP-1 assign [class="music"] workspace $music for_window [class="music"] move workspace number $music +assign [class="spotify"] workspace $music +for_window [class="spotify"] move workspace number $music assign [class="qutebrowser"] workspace number $ws1 for_window [class="qutebrowser"] move workspace number $ws1 assign [class="zoom"] workspace $chat for_window [class="zoom"] move workspace $chat -exec "easyeffects" exec "zoom" +exec "spotify" {% elif host == 'dubnium' %} bar { id bar_left position top - output "DVI-D-0" + output "DP-0" font pango:Liberation Mono 12 colors { background $black_super @@ -312,8 +315,8 @@ bar { } } -workspace 1 output DVI-D-1 -workspace 2 output DP-1 +workspace 1 output DP-0 +workspace 2 output DP-2 {% elif host == 'rhenium' %} bar {