X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fsway%2Ffiles%2Fconfig.jinja;h=7d11eb0f40c55cd132bb57f5a945a0043c95180b;hb=259bec4164a0274cdd2a834be672468a611c7c54;hp=30724ae742049f54a3c484a7371c6f84d2482c49;hpb=65c989ce4e5c9a40e85795bfe4c784ef189791a2;p=max%2Fsaltfiles.git diff --git a/states/sway/files/config.jinja b/states/sway/files/config.jinja index 30724ae..7d11eb0 100644 --- a/states/sway/files/config.jinja +++ b/states/sway/files/config.jinja @@ -46,7 +46,7 @@ set $term foot # Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | wofi --dmenu | xargs swaymsg exec -- +set $menu dmenu_path | rofi --dmenu | xargs swaymsg exec -- include /etc/sway/config-vars.d/* @@ -130,6 +130,13 @@ input 9610:4102:Gaming_KB__Gaming_KB { xkb_options ctrl:nocaps } + +input 1133:49948:Logitech_USB_Keyboard { + xkb_layout gb + xkb_variant colemak + xkb_options ctrl:nocaps +} + ### Key bindings # # Basics: @@ -184,16 +191,12 @@ input 9610:4102:Gaming_KB__Gaming_KB { # # Switch to workspace {% for i in range(10) %} - bindsym --no-repeat $mod+{{ i }} workspace number {{ i }}; exec "echo 1 > /tmp/sovpipe" - bindsym --release $mod+{{ i }} exec "echo 0 > /tmp/sovpipe" + bindsym $mod+{{ i }} workspace number {{ i }} # Move focused container to workspace bindsym $mod+Shift+{{ i }} move container to workspace number {{ i }} {% endfor %} - bindsym --no-repeat $mod+Shift exec "echo 1 > /tmp/sovpipe" - bindsym --release $mod+Shift exec "echo 0 > /tmp/sovpipe" - # # Layout stuff: # @@ -264,4 +267,7 @@ include /etc/sway/config.d/* {%- do salt.log.error('sway/files/' + host) -%} {% include 'sway/files/' + host %} -exec rm -f /tmp/sovpipe && mkfifo /tmp/sovpipe && tail -f /tmp/sovpipe | sov +for_window [app_id="zoom" title="^zoom$"] border none, floating enable +for_window [app_id="zoom" title="^(Zoom|About)$"] border pixel, floating enable +for_window [app_id="zoom" title="Settings"] floating enable, floating_minimum_size 960 x 700 +for_window [app_id="zoom" title="Zoom Meeting(.*)?"] floating disable, inhibit_idle open