summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm2
-rw-r--r--home-config/hypr/hyprland.conf15
-rw-r--r--home-config/hypr/monitors.conf2
3 files changed, 18 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index eaf8115..de6cce3 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -75,6 +75,8 @@
75 "kdenlive" 75 "kdenlive"
76 "sqlite" 76 "sqlite"
77 "mpv" 77 "mpv"
78 "playerctl"
79 "pamixer"
78 "git")) 80 "git"))
79 (list my-neovim))) 81 (list my-neovim)))
80 82
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 18source = ~/.config/hypr/monitors.conf
19 19
20# Some default env vars. 20# Some default env vars.
21env = XCURSOR_SIZE,24 21env = XCURSOR_SIZE,24
@@ -123,6 +123,19 @@ bind = $mainMod, F, fullscreen, 1
123bind = $mainMod SHIFT, F, fullscreen 123bind = $mainMod SHIFT, F, fullscreen
124bind = ,XF86MonBrightnessUp, exec, light -A 10 124bind = ,XF86MonBrightnessUp, exec, light -A 10
125bind = ,XF86MonBrightnessDown, exec, light -U 10 125bind = ,XF86MonBrightnessDown, exec, light -U 10
126bind = ,XF86AudioRaiseVolume, exec, pamixer -i 5
127bind = ,XF86AudioLowerVolume, exec, pamixer -d 5
128bind = ,XF86AudioMute, exec, pamixer -t
129bind = ,XF86AudioPlay, exec, playerctl play-pause
130bind = ,XF86AudioNext, exec, playerctl next
131bind = ,XF86AudioPrev, exec, playerctl previous
132bind = ,XF86AudioStop, exec, playerctl stop
133
134# Move workspace between monitors
135bind = $mainMod CTRL SHIFT, left, movecurrentworkspacetomonitor, l
136bind = $mainMod CTRL SHIFT, right, movecurrentworkspacetomonitor, r
137bind = $mainMod CTRL SHIFT, up, movecurrentworkspacetomonitor, u
138bind = $mainMod CTRL SHIFT, down, movecurrentworkspacetomonitor, d
126 139
127# Move focus with mainMod + arrow keys 140# Move focus with mainMod + arrow keys
128bind = $mainMod, left, movefocus, l 141bind = $mainMod, left, movefocus, l
diff --git a/home-config/hypr/monitors.conf b/home-config/hypr/monitors.conf
new file mode 100644
index 0000000..95844c8
--- /dev/null
+++ b/home-config/hypr/monitors.conf
@@ -0,0 +1,2 @@
1monitor=eDP-1,1920x1080, 1920x0, 1
2monitor=HDMI-A-1,1920x1080, 0x0, 1