Fixes and improves config
This commit is contained in:
parent
2c697f8657
commit
fb63f9fe0c
10 changed files with 156 additions and 122 deletions
34
.config/hypr/config/keybinds/Applications.conf
Normal file
34
.config/hypr/config/keybinds/Applications.conf
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
$mainMod = SUPER
|
||||
# Default
|
||||
$scriptsDir = $HOME/.config/scripts
|
||||
$configs = $HOME/.config/hypr/configs
|
||||
|
||||
$files = hyprdrop thunar --identifier thunar_hyprdrop
|
||||
$term = ghostty
|
||||
$appLauncher = rofi -show drun -show-icons
|
||||
|
||||
# Toggle waybar visibility
|
||||
bind = $mainMod, O, exec, killall -USR1 waybar
|
||||
|
||||
# System
|
||||
bind = $mainMod, N, exec, $scriptsDir/LockScreen.sh # screen lock
|
||||
bind = $mainMod SHIFT, N, exec, rofi -show system # swayNC notification panel
|
||||
|
||||
bind = , Print, exec, $scriptsDir/screenshot.sh area # screenshot (area)
|
||||
bind = , F12, exec, $scriptsDir/screenshot.sh active # screenshot (active window only)
|
||||
|
||||
bind = $mainMod, D, exec, $files
|
||||
|
||||
# Rofi
|
||||
bind = , Home, exec, $appLauncher
|
||||
bind = ALT, Tab, exec, rofi -show window -show-icons
|
||||
|
||||
bind = $mainMod SHIFT, O, exec, rofi -modes "2fa" -show 2fa
|
||||
|
||||
bind = $mainMod, F10, exec, rofi -show pactl
|
||||
bind = , XF86Calculator, exec, rofi -show calc
|
||||
|
||||
# Terminal
|
||||
bind = $mainMod, Return, exec, $term
|
||||
bind = $mainMod Shift, Return, exec, hyprdrop ghostty --identifier term_hyprdrop
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue