Compare commits
No commits in common. "b0ab375d671dbe913b0dcc0b5633598962db05b1" and "f82c6322cdef2a593d636199b314948f610ae746" have entirely different histories.
b0ab375d67
...
f82c6322cd
3 changed files with 8 additions and 28 deletions
|
@ -7,10 +7,10 @@ monitor=,preferred,auto,1
|
|||
|
||||
input {
|
||||
kb_file=
|
||||
kb_layout=us,us(3l)
|
||||
kb_layout=
|
||||
kb_variant=
|
||||
kb_model=
|
||||
kb_options=grp:ralt_rshift_toggle
|
||||
kb_options=
|
||||
kb_rules=
|
||||
|
||||
follow_mouse=1
|
||||
|
@ -22,7 +22,7 @@ input {
|
|||
sensitivity=0 # -1.0 - 1.0, 0 means no modification.
|
||||
|
||||
repeat_rate=50
|
||||
repeat_delay=250
|
||||
repeat_delay=500
|
||||
}
|
||||
|
||||
general {
|
||||
|
@ -34,7 +34,7 @@ general {
|
|||
|
||||
layout=dwindle
|
||||
|
||||
#apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
apply_sens_to_raw=0 # whether to apply the sensitivity to raw input (e.g. used by games where you aim using your mouse)
|
||||
|
||||
#damage_tracking=full # leave it on full unless you hate your GPU and want to make it suffer
|
||||
}
|
||||
|
@ -53,7 +53,6 @@ animations {
|
|||
animation=border,1,0.5,default
|
||||
animation=fade,1,0.5,default
|
||||
animation=workspaces,1,0.5,default
|
||||
animation=layers,1,0.5,default
|
||||
}
|
||||
|
||||
dwindle {
|
||||
|
@ -71,19 +70,8 @@ misc {
|
|||
swallow_regex=^(alacritty|kitty|footclient)$
|
||||
disable_hyprland_logo=true
|
||||
vrr=true
|
||||
mouse_move_enables_dpms=true
|
||||
key_press_enables_dpms=true
|
||||
}
|
||||
|
||||
group {
|
||||
drag_into_group=1
|
||||
col.border_active=0x66ee1111
|
||||
col.border_inactive=0x66333333
|
||||
|
||||
groupbar {
|
||||
col.active=0xAAee1111
|
||||
col.inactive=0xAA333333
|
||||
}
|
||||
#mouse_move_enables_dpms=true
|
||||
#key_press_enables_dpms=true
|
||||
}
|
||||
|
||||
# example window rules
|
||||
|
@ -119,7 +107,7 @@ bind=SUPER,f,fullscreen,0
|
|||
bind=SUPER,m,fullscreen,1
|
||||
bind=SUPER,w,togglegroup
|
||||
bind=SUPERCTRL,w,moveoutofgroup
|
||||
#bind=SUPERALT,f,fakefullscreen,1
|
||||
bind=SUPERALT,f,fakefullscreen,1
|
||||
bind=SUPERSHIFT,Space,togglefloating,
|
||||
bind=SUPERSHIFT,Q,killactive,
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"modules-left": ["hyprland/workspaces"],
|
||||
"modules-center": ["hyprland/window"],
|
||||
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
|
||||
"modules-right": ["hyprland/language", "pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"],
|
||||
"modules-right": ["pulseaudio#hyprland", "backlight", "idle_inhibitor", "network#hyprland", "battery", "clock", "tray"],
|
||||
|
||||
"include": "~/.config/waybar/modules",
|
||||
}
|
||||
|
|
|
@ -21,14 +21,6 @@
|
|||
"tooltip": true
|
||||
},
|
||||
|
||||
"hyprland/language": {
|
||||
"format": "[{short}-{shortDescription}{variant}]",
|
||||
"tooltip-format": "{long}",
|
||||
//"on-click": "swaymsg input type:keyboard xkb_switch_layout next",
|
||||
"max-length": 15,
|
||||
"tooltip": true
|
||||
},
|
||||
|
||||
"hyprland/window": {
|
||||
"max-length": 80,
|
||||
"tooltip": false
|
||||
|
|
Loading…
Reference in a new issue