92 lines
3.7 KiB
Plaintext
Raw Normal View History

bind = SUPER,Return,exec,ghostty
bind = SUPERALT,Return,exec,st
bind = SUPERSHIFT,Return,exec,kitty
bind = SUPERCTRLSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Bitstream Vera Sans Mono:size=14, xft:Hack Nerd Font Mono:size=12, xft:Font Awesome 6 Free:style=Solid"
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000 -fn "xft:Font Awesome:size=12"
#bind = SUPERSHIFT,Return,exec,urxvt -bg 0 -fg 2 -cr blue -vb -sb -sr -st -bc -sl 5000
bind = SUPER,P,exec,rofi -show drun --with-images
bind = SUPERSHIFT,W,exec,librewolf
bind = SUPER,W,exec,[workspace 3 silent] vivaldi
bind = SUPER,E,exec,emopicker9000
bind = SUPER,D,exec,discord
bind = SUPERSHIFT,D,exec,vesktop-bin
bind = SUPER,M,exec,[workspace 8 silent] spotify
bind = SUPERCTRL,N,exec, "/usr/bin/swaync-client -op",
bind = SUPERSHIFT,Q,killactive,
#bind = SUPER,P,pseudo,
bind = SUPERSHIFT,I,togglesplit,
bind = SUPER,F,fullscreen,
bind = SUPERSHIFT,SPACE,togglefloating,
bind = SUPERSHIFT,E,exit,
# Waybar
bind = SUPER, B, exec, pkill -10 waybar
bind = SUPERSHIFT, B, exec, $HOME/.local/bin/reset-waybar
# Notification
bind = SUPERSHIFT,T, exec, swaync-client -op
# Screen Shots
bind = SUPER,PRINT, exec,grimshot --notify save area ~/Pictures/Screenshots/$(date +%Y-%m-%d_%H-%M).png
# Special Workspaces - like scrathpad, but named
bind = SUPERSHIFT,GRAVE,movetoworkspace,special
bind = SUPER,GRAVE,togglespecialworkspace, special
# Background Selection
bind = SUPERSHIFT,N,exec,newbg
# Navigation
bind = SUPER,1,split-workspace,1
bind = SUPER,2,split-workspace,2
bind = SUPER,3,split-workspace,3
bind = SUPER,4,split-workspace,4
bind = SUPER,5,split-workspace,5
bind = SUPER,6,split-workspace,6
bind = SUPER,7,split-workspace,7
bind = SUPER,8,split-workspace,8
bind = SUPER,9,split-workspace,9
bind = SUPER,0,split-workspace,10
bind = SUPERSHIFT,1,split-movetoworkspace,1
bind = SUPERSHIFT,2,split-movetoworkspace,2
bind = SUPERSHIFT,3,split-movetoworkspace,3
bind = SUPERSHIFT,4,split-movetoworkspace,4
bind = SUPERSHIFT,5,split-movetoworkspace,5
bind = SUPERSHIFT,6,split-movetoworkspace,6
bind = SUPERSHIFT,7,split-movetoworkspace,7
bind = SUPERSHIFT,8,split-movetoworkspace,8
bind = SUPERSHIFT,9,split-movetoworkspace,9
bind = SUPERSHIFT,0,split-movetoworkspace,10
bind = SUPERSHIFT, right, split-changemonitor, next #Move active workspace to other monitor
bind = SUPERSHIFT, left, split-changemonitor, prev
bind = SUPER, right, focusmonitor, +1 #Switch monitor focus
bind = SUPER, left, focusmonitor, -1 #Switch monitor focus
bind = SUPER,mouse_down,workspace, e+1
bind = SUPER,mouse_up,workspace, e-1
bindm = SUPER,mouse:272,movewindow
bindm = SUPER,mouse:273,resizewindow
bind = ALT,Tab,cyclenext
bind = ALT,Tab,bringactivetotop
# Volume Control
bind = ,XF86AudioRaiseVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
bind = ,XF86AudioLowerVolume,exec,wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
binde = ,XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle
bind = ,XF86AudioPlay, exec, playerctl play-pause
bind = ,XF86AudioPause, exec, playerctl play-pause
bind = ,XF86AudioNext, exec, playerctl next
bind = ,XF86AudioPrev, exec, playerctl previous
# bind = SUPERSHIFT, C, exec, kitty -c "/home/ganome/.config/kitty/kittybg.conf" --class="kitty-bg" "/home/ganome/.local/bin/cava-float"
# Clipboard Shortcuts
bind = SUPER, V, exec, cliphist list | wofi --dmenu | cliphist decode | wl-copy
# Monitor Brightness
bind = ,XF86MonBrightnessDown,exec,brightnessctl set 5%-
bind = ,XF86MonBrightnessUp,exec,brightnessctl set +5%
# Keyboard Brightness
bind = ,XF86KbdBrightnessUp, exec, brightnessctl -d *::kbd_backlight set +20%
bind = ,XF86KbdBrightnessDown, exec, brightnessctl -d *::kbd_backlight set 20%-