diff options
author | Yigit Sever | 2025-10-17 12:44:33 +0300 |
---|---|---|
committer | Yigit Sever | 2025-10-17 12:44:33 +0300 |
commit | 1e1807daa65236ea168cda4074f14cafdd61c782 (patch) | |
tree | fcc4576e9114201af8c3fcabf03de6d6e62b7002 /.config | |
parent | 13b1dd8bb0151da62981fb6ec51798418f1550bc (diff) | |
download | dotfiles-1e1807daa65236ea168cda4074f14cafdd61c782.tar.gz dotfiles-1e1807daa65236ea168cda4074f14cafdd61c782.tar.bz2 dotfiles-1e1807daa65236ea168cda4074f14cafdd61c782.zip |
hypr: misc fixes
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/conf/keybinds.conf | 12 | ||||
-rw-r--r-- | .config/hypr/conf/monitor.conf | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/.config/hypr/conf/keybinds.conf b/.config/hypr/conf/keybinds.conf index ced81ba..ecb142c 100644 --- a/.config/hypr/conf/keybinds.conf +++ b/.config/hypr/conf/keybinds.conf | |||
@@ -10,10 +10,10 @@ $menu = tofi-drun | xargs hyprctl dispatch exec -- | |||
10 | bind = $mainMod+SHIFT, code:41, exec, $fileManager # f | 10 | bind = $mainMod+SHIFT, code:41, exec, $fileManager # f |
11 | bind = $mainMod, RETURN, exec, $terminal | 11 | bind = $mainMod, RETURN, exec, $terminal |
12 | bind = $mainMod, code:71, exec, $HOME/.local/bin/mailsync # f5 | 12 | bind = $mainMod, code:71, exec, $HOME/.local/bin/mailsync # f5 |
13 | bind = ,code:118, exec, copyq menu # ins | 13 | bind = ,code:118, exec, copyq show # ins |
14 | bind = $mainMod, 0, exec, swaync-client --hide-latest | 14 | bind = $mainMod, 0, exec, swaync-client --hide-latest |
15 | bind = $mainMod+SHIFT, 0, exec, swaync-client -t | 15 | bind = $mainMod+SHIFT, 0, exec, swaync-client -t |
16 | bindr = SUPER+SHIFT, escape, exec, wlogout | 16 | bindr = $mainMod+SHIFT, escape, exec, wlogout |
17 | bindr = $mainMod, code:42, exec, $HOME/.local/bin/done # g | 17 | bindr = $mainMod, code:42, exec, $HOME/.local/bin/done # g |
18 | bindr = $mainMod, code:30, exec, $HOME/.local/bin/bukuadd_c # u | 18 | bindr = $mainMod, code:30, exec, $HOME/.local/bin/bukuadd_c # u |
19 | bindr = $mainMod, code:35, exec, $HOME/.local/bin/td # ] | 19 | bindr = $mainMod, code:35, exec, $HOME/.local/bin/td # ] |
@@ -29,11 +29,11 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause | |||
29 | bindl = , XF86AudioNext, exec, playerctl next | 29 | bindl = , XF86AudioNext, exec, playerctl next |
30 | bindl = , XF86AudioPrev, exec, playerctl previous | 30 | bindl = , XF86AudioPrev, exec, playerctl previous |
31 | 31 | ||
32 | # Colour picker | ||
33 | # https://wimpysworld.com/posts/fuzzel-hyprpicker/ | ||
34 | bind = $mainMod, code:32, exec, $HOME/.local/bin/fuzzel_hyprpicker.sh | ||
35 | |||
32 | # Screenshots: | 36 | # Screenshots: |
33 | # Super+P: Current window | ||
34 | # Super+Shift+p: Select area | ||
35 | # Super+Alt+p Current output | ||
36 | # Super+Ctrl+p All outputs | ||
37 | 37 | ||
38 | # Optionally, customize slurp's appearance | 38 | # Optionally, customize slurp's appearance |
39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff | 39 | env = SLURP_ARGS, -d -B F050F022 -b 10101022 -c ff00ff |
diff --git a/.config/hypr/conf/monitor.conf b/.config/hypr/conf/monitor.conf index e04dfb1..de07cbe 100644 --- a/.config/hypr/conf/monitor.conf +++ b/.config/hypr/conf/monitor.conf | |||
@@ -2,4 +2,4 @@ | |||
2 | monitor=eDP-1,highres,auto,1 | 2 | monitor=eDP-1,highres,auto,1 |
3 | 3 | ||
4 | # # autoconfig any additional monitor | 4 | # # autoconfig any additional monitor |
5 | monitor=HDMI-A-1,highres,auto-up,1.25 | 5 | monitor=HDMI-A-1,highres,auto-up,1 |