diff options
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 2c23c63..fa5e6e4 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -15,7 +15,7 @@ monitor=,preferred,auto,1 | |||
15 | # exec-once = waybar & hyprpaper & firefox | 15 | # exec-once = waybar & hyprpaper & firefox |
16 | 16 | ||
17 | # Source a file (multi-file configs) | 17 | # Source a file (multi-file configs) |
18 | # source = ~/.config/hypr/myColors.conf | 18 | source = ~/.config/hypr/monitors.conf |
19 | 19 | ||
20 | # Some default env vars. | 20 | # Some default env vars. |
21 | env = XCURSOR_SIZE,24 | 21 | env = XCURSOR_SIZE,24 |
@@ -123,6 +123,19 @@ bind = $mainMod, F, fullscreen, 1 | |||
123 | bind = $mainMod SHIFT, F, fullscreen | 123 | bind = $mainMod SHIFT, F, fullscreen |
124 | bind = ,XF86MonBrightnessUp, exec, light -A 10 | 124 | bind = ,XF86MonBrightnessUp, exec, light -A 10 |
125 | bind = ,XF86MonBrightnessDown, exec, light -U 10 | 125 | bind = ,XF86MonBrightnessDown, exec, light -U 10 |
126 | bind = ,XF86AudioRaiseVolume, exec, pamixer -i 5 | ||
127 | bind = ,XF86AudioLowerVolume, exec, pamixer -d 5 | ||
128 | bind = ,XF86AudioMute, exec, pamixer -t | ||
129 | bind = ,XF86AudioPlay, exec, playerctl play-pause | ||
130 | bind = ,XF86AudioNext, exec, playerctl next | ||
131 | bind = ,XF86AudioPrev, exec, playerctl previous | ||
132 | bind = ,XF86AudioStop, exec, playerctl stop | ||
133 | |||
134 | # Move workspace between monitors | ||
135 | bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l | ||
136 | bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r | ||
137 | bind = $mainMod CTRL SHIFT, up, movecurrentworkspacetomonitor, u | ||
138 | bind = $mainMod CTRL SHIFT, down, movecurrentworkspacetomonitor, d | ||
126 | 139 | ||
127 | # Move focus with mainMod + arrow keys | 140 | # Move focus with mainMod + arrow keys |
128 | bind = $mainMod, left, movefocus, l | 141 | bind = $mainMod, left, movefocus, l |