update hypr
This commit is contained in:
parent
60ebf4aa53
commit
d06788b060
1 changed files with 10 additions and 7 deletions
|
@ -24,8 +24,10 @@ autogenerated = 0 # remove this line to remove the warning
|
|||
################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||
monitor=,preferred,auto,auto
|
||||
|
||||
#monitor=,preferred,auto,auto
|
||||
monitor = DVI-I-2, 1920x1080, 0x0, 1
|
||||
monitor = DVI-I-1, 1920x1080, 1920x0, 1
|
||||
monitor = eDP-1, 1920x1080, 3840x0, 1
|
||||
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
|
@ -34,9 +36,9 @@ monitor=,preferred,auto,auto
|
|||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
|
||||
# Set programs that you use
|
||||
$terminal = wezterm
|
||||
$terminal = kitty
|
||||
$fileManager = dolphin
|
||||
$menu = wofi --show drun
|
||||
$menu = fuzzel
|
||||
|
||||
|
||||
#################
|
||||
|
@ -150,7 +152,7 @@ misc {
|
|||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
|
@ -183,7 +185,8 @@ device {
|
|||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = Windows # Sets "SUPER" key as main modifier
|
||||
#$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
$mainMod = Alt
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Return, exec, $terminal
|
||||
|
@ -191,7 +194,7 @@ bind = $mainMod, C, killactive,
|
|||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, R, exec, $menu
|
||||
bind = $mainMod, D, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue