Update dotfiles
This commit is contained in:
@@ -21,6 +21,12 @@ bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
|
||||
bindsym $mod+Alt+a exec ydotool key 42:1 54:1 54:0 42:0 40:1 40:0 42:1 54:1 54:0 42:0
|
||||
bindsym $mod+Alt+o exec ydotool key 42:1 54:1 54:0 42:0 39:1 39:0 42:1 54:1 54:0 42:0
|
||||
bindsym $mod+Alt+u exec ydotool key 42:1 54:1 54:0 42:0 26:1 26:0 42:1 54:1 54:0 42:0
|
||||
bindsym $mod+Alt+s exec ydotool key 42:1 54:1 54:0 42:0 12:1 12:0 42:1 54:1 54:0 42:0
|
||||
|
||||
### Idle configuration
|
||||
|
||||
exec swayidle -w \
|
||||
@@ -39,7 +45,8 @@ input type:touchpad {
|
||||
}
|
||||
|
||||
input type:keyboard {
|
||||
xkb_options caps:escape,
|
||||
xkb_layout us,de
|
||||
xkb_options caps:escape,grp:shifts_toggle
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
@@ -49,7 +56,6 @@ bindsym XF86MonBrightnessUp exec light -A 5
|
||||
bindsym $mod+Shift+s exec grim -g "$(slurp)"
|
||||
|
||||
|
||||
|
||||
floating_modifier $mod normal
|
||||
|
||||
|
||||
@@ -118,6 +124,9 @@ bindsym $mod+Shift+8 move container to workspace number 8
|
||||
bindsym $mod+Shift+9 move container to workspace number 9
|
||||
bindsym $mod+Shift+0 move container to workspace number 10
|
||||
|
||||
for_window [app_id="simmer505.waywrite"] floating enable
|
||||
for_window [app_id="org.speedcrunch.speedcrunch"] floating enable
|
||||
|
||||
# Horizontal and vertical splits
|
||||
bindsym $mod+b splith
|
||||
bindsym $mod+v splitv
|
||||
@@ -191,7 +200,7 @@ client.urgent $urgent-bg-color $urgent-bg-color $text-color
|
||||
|
||||
default_border pixel 4
|
||||
|
||||
font pango:SourceCodePro Medium 0
|
||||
font pango:SourceCodePro Medium 1
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user