forked from nico/dots
hypr: move variables directly into binds
This commit is contained in:
parent
85ca661310
commit
cc2371130b
1 changed files with 4 additions and 16 deletions
|
|
@ -6,18 +6,6 @@
|
|||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=eDP-1,1920x1080@60,auto,1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = kitty
|
||||
$browser = firefox
|
||||
$menu = ulauncher-toggle
|
||||
$lock = hyprlock
|
||||
|
||||
#################
|
||||
### AUTOSTART ###
|
||||
#################
|
||||
|
|
@ -177,13 +165,13 @@ device {
|
|||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, $terminal
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, B, exec, firefox
|
||||
bind = $mainMod, D, exec, ulauncher-toggle
|
||||
bind = $mainMod, S, exec, hyprshot -z --clipboard-only -m region
|
||||
bind = $mainMod shift, S, exec, hyprshot -z --clipboard-only -m window
|
||||
bind = $mainMod control, S, exec, hyprshot -z --clipboard-only -m active
|
||||
bind = $mainMod, V, exec, $lock
|
||||
bind = $mainMod, V, exec, hyprlock
|
||||
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, W, killactive,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue