|
|
|
@ -92,13 +92,18 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT |
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
# Binds for - and + for volume |
|
|
|
|
# Binds for - and + for volume on keypad! |
|
|
|
|
bindsym $mod+KP_Add exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $refresh_i3status |
|
|
|
|
bindsym $mod+KP_Subtract exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status |
|
|
|
|
bindsym $mod+KP_Multiply 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 |
|
|
|
|
|
|
|
|
|
# Binds for SHIFT - and + for brightness on keypad! |
|
|
|
|
#bindsym $mod+Shift+KP_Subtract exec --no-startup-id gummy -b 5 |
|
|
|
|
#bindsym $mod+Shift+KP_Multiply exec --no-startup-id |
|
|
|
|
## NOT WORKIN |
|
|
|
|
|
|
|
|
|
# Use xev to find the keys on the keypad |
|
|
|
|
|
|
|
|
|
# Binds for swapping between single laptop screen to 2 with an ultrawide |
|
|
|
@ -229,6 +234,7 @@ bindsym $mod+s exec --no-startup-id nautilus ~/Pictures/Screenshots/ |
|
|
|
|
|
|
|
|
|
#### ROFI |
|
|
|
|
bindsym $mod+e exec --no-startup-id rofi -show |
|
|
|
|
bindsym $mod+Shift+e exec --no-startup-id rofi -show emoji -modi emoji |
|
|
|
|
bindsym $mod+d exec rofi -show run |
|
|
|
|
bindsym $mod+Shift+d exec rofi -show drun -show-icons true |
|
|
|
|
|
|
|
|
@ -247,9 +253,9 @@ for_window [instance="gammy"] floating enable |
|
|
|
|
|
|
|
|
|
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness |
|
|
|
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness |
|
|
|
|
bindsym $mod+w exec --no-startup-id brave www.simonkellet.xyz |
|
|
|
|
bindsym $mod+Shift+w exec --no-startup-id qutebrowser www.simonkellet.xyz |
|
|
|
|
bindsym $mod+Ctrl+w exec --no-startup-id alacritty -e amfora simonkellet.xyz |
|
|
|
|
bindsym $mod+w exec --no-startup-id brave simonkellet.xyz |
|
|
|
|
bindsym $mod+Shift+w exec --no-startup-id qutebrowser simonkellet.xyz |
|
|
|
|
bindsym $mod+Ctrl+w exec --no-startup-id kitty -e amfora simonkellet.xyz |
|
|
|
|
|
|
|
|
|
# Define names for default workspaces for which we configure key bindings later on. |
|
|
|
|
# We use variables to avoid repeating the names in multiple places. |
|
|
|
|