wip: prepare for nix
This commit is contained in:
parent
79ed239d07
commit
6671b54dd2
32 changed files with 1282 additions and 43 deletions
|
|
@ -1,5 +1,4 @@
|
|||
input {
|
||||
kb_layout=diaeresis
|
||||
repeat_delay=200
|
||||
natural_scroll=false
|
||||
follow_mouse=1
|
||||
|
|
@ -12,7 +11,7 @@ input {
|
|||
|
||||
general {
|
||||
sensitivity=1.0
|
||||
gaps_in=3
|
||||
gaps_in=5
|
||||
gaps_out=3,5,5,5
|
||||
border_size=3
|
||||
col.active_border=0xFFFF0000 0xFF00FF00 0xFF0000FF 45deg
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
monitor=DP-2,2560x1440@165,0x0,1
|
||||
monitor=DP-1,3440x1440@180,2560x0,1
|
||||
monitor=HDMI-A-1,1920x1200@60,6000x0,1
|
||||
#monitor=DP-2,2560x1440@165,-2560x0,1
|
||||
#monitor=DP-1,3440x1440@180,0x0,1
|
||||
#monitor=HDMI-A-1,1920x1200@60,3440x0,1
|
||||
monitor=HDMI-A-1,transform,1
|
||||
|
||||
monitor=,highrr,auto,1
|
||||
|
|
|
|||
|
|
@ -1,12 +1,16 @@
|
|||
exec-once= hyprpm reload -n && hyprctl reload
|
||||
|
||||
plugin {
|
||||
hycov {
|
||||
enable_hotarea = 0
|
||||
overview_gappo = 30
|
||||
overview_gappi = 10
|
||||
auto_fullscreen = 0
|
||||
bind = SUPER,W,hycov:toggleoverview
|
||||
hyprspace {
|
||||
columns = 3
|
||||
gap_size = 5
|
||||
bg_col = rgb(111111)
|
||||
workspace_method = center current # [center/first] [workspace] e.g. first 1 or center m+1
|
||||
|
||||
enable_gesture = true # laptop touchpad, 4 fingers
|
||||
gesture_distance = 300 # how far is the "max"
|
||||
gesture_positive = true # positive = swipe down. Negative = swipe up.
|
||||
bind = SUPER, W, overview:toggle, toggle # can be: toggle, off/disable or on/enable
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue