diff options
| -rw-r--r-- | i3/config | 16 |
1 files changed, 11 insertions, 5 deletions
@@ -1,10 +1,11 @@ set $mod Mod4 -font pango:Jetbrains Mono Nerd Font 16 +font pango:Jetbrains Mono Nerd Font 10 set $refresh_i3status killall -SIGUSR1 i3status -bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1+ && $refresh_i3status -bindsym XF86AudioLowerVolume exec --no-startup-id wpctl set-volume @DEFAULT_SINK@ 0.1- && $refresh_i3status -bindsym XF86AudioMute exec --no-startup-id wpctl set-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status +bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status +bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status +bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status floating_modifier $mod tiling_drag modifier titlebar @@ -71,6 +72,11 @@ workspace $ws2 output PHYSICAL workspace $ws3 output PHYSICAL workspace $ws4 output PHYSICAL workspace $ws5 output PHYSICAL +# workspace $ws6 output PHYSICAL +# workspace $ws7 output PHYSICAL +# workspace $ws8 output PHYSICAL +# workspace $ws9 output PHYSICAL +# workspace $ws10 output PHYSICAL workspace $ws6 output VNC workspace $ws7 output VNC workspace $ws8 output VNC @@ -124,7 +130,7 @@ bar { } exec --no-startup-id xrandr --auto -exec --no-startup-id ~/.config/i3/setup-vnc-monitor.sh +exec --no-startup-id ./setup-vnc-monitor.sh exec --no-startup-id nitrogen --restore set $bg #282828 |
