Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions Configs/.config/hypr/keybindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ $editor = code
$file = dolphin
$browser = firefox

# Exec swayosd daemon
exec-once = swayosd-server


# Window/Session actions
bind = $mainMod, Q, exec, $scrPath/dontkillsteam.sh # close focused window
bind = Alt, F4, exec, $scrPath/dontkillsteam.sh # close focused window
Expand Down Expand Up @@ -42,20 +46,20 @@ bind = $mainMod+Shift, E, exec, pkill -x rofi || $scrPath/rofilaunch.sh f # laun
bindl = , F10, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
bindel = , F11, exec, $scrPath/volumecontrol.sh -o d # decrease volume
bindel = , F12, exec, $scrPath/volumecontrol.sh -o i # increase volume
bindl = , XF86AudioMute, exec, $scrPath/volumecontrol.sh -o m # toggle audio mute
bindl = , XF86AudioMicMute, exec, $scrPath/volumecontrol.sh -i m # toggle microphone mute
bindel = , XF86AudioLowerVolume, exec, $scrPath/volumecontrol.sh -o d # decrease volume
bindel = , XF86AudioRaiseVolume, exec, $scrPath/volumecontrol.sh -o i # increase volume
bind=,XF86AudioMute,exec,swayosd-client --output-volume mute-toggle # toggle audio mute
bind=,XF86AudioRaiseVolume,exec,swayosd-client --output-volume raise # increase volume
bind=,XF86AudioLowerVolume,exec,swayosd-client --output-volume lower # decrease volume

# Media control
bindl = , XF86AudioPlay, exec, playerctl play-pause # toggle between media play and pause
bindl = , XF86AudioPause, exec, playerctl play-pause # toggle between media play and pause
bindl = , XF86AudioNext, exec, playerctl next # media next
bindl = , XF86AudioPrev, exec, playerctl previous # media previous

# Brightness control
bindel = , XF86MonBrightnessUp, exec, $scrPath/brightnesscontrol.sh i # increase brightness
bindel = , XF86MonBrightnessDown, exec, $scrPath/brightnesscontrol.sh d # decrease brightness
# Brightness controls
bind=,XF86MonBrightnessUp,exec,swayosd-client --brightness raise # increase brightness
bind=,XF86MonBrightnessDown,exec,swayosd-client --brightness lower # decrease brightness

# Move between grouped windows
bind = $mainMod CTRL , H, changegroupactive, b
Expand Down Expand Up @@ -105,7 +109,7 @@ bind = $mainMod+Ctrl, Right, workspace, r+1
bind = $mainMod+Ctrl, Left, workspace, r-1

# Move to the first empty workspace
bind = $mainMod+Ctrl, Down, workspace, empty
bind = $mainMod+Ctrl, Down, workspace, empty

# Resize windows
binde = $mainMod+Shift, Right, resizeactive, 30 0
Expand Down
2 changes: 2 additions & 0 deletions Configs/.config/swayosd/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[server]
top_margin = 0.85
1 change: 1 addition & 0 deletions Scripts/custom_hypr.lst
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ qt5-imageformats # for dolphin image thumb
ffmpegthumbs # for dolphin video thumbnails
kde-cli-tools # for dolphin file type defaults
libnotify # for notifications
swayosd-git # for on screen display for keyboard shortcuts

# --------------------------------------------------- // Theming
nwg-look # gtk configuration tool
Expand Down
1 change: 1 addition & 0 deletions Scripts/restore_cfg.lst
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Y|Y|${HOME}/.local/share|dolphin|dolphin
Y|Y|${HOME}/.local/share/kxmlgui5|dolphin|dolphin
Y|Y|${HOME}/.local/share/kio/servicemenus|hydewallpaper.desktop|dolphin
N|Y|${HOME}/.config|libinput-gestures.conf|libinput-gestures
N|Y|${HOME}/.config/swayosd|config.toml|swayosd