latest
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Window effect
|
||||
blur=1
|
||||
blur_layer=1
|
||||
blur_layer=0
|
||||
blur_optimized=1
|
||||
blur_params_num_passes = 2
|
||||
blur_params_radius = 5
|
||||
@@ -12,7 +12,7 @@ blur_params_contrast = 0.9
|
||||
blur_params_saturation = 1.2
|
||||
|
||||
shadows = 1
|
||||
layer_shadows = 0
|
||||
layer_shadows = 1
|
||||
shadow_only_floating = 1
|
||||
shadows_size = 5
|
||||
shadows_blur = 15
|
||||
@@ -52,7 +52,7 @@ scroller_structs=20
|
||||
scroller_default_proportion=1.0
|
||||
scroller_focus_center=0
|
||||
scroller_prefer_center=0
|
||||
edge_scroller_pointer_focus=1
|
||||
edge_scroller_pointer_focus=0
|
||||
scroller_default_proportion_single=1.0
|
||||
scroller_proportion_preset=1.0,1.0,1.0
|
||||
|
||||
@@ -64,8 +64,8 @@ smartgaps=0
|
||||
|
||||
# Overview Setting
|
||||
hotarea_size=10
|
||||
enable_hotarea=1
|
||||
ov_tab_mode=0
|
||||
enable_hotarea=0
|
||||
ov_tab_mode=1
|
||||
overviewgappi=5
|
||||
overviewgappo=30
|
||||
|
||||
@@ -84,8 +84,9 @@ cursor_size=24
|
||||
drag_tile_to_tile=1
|
||||
|
||||
# keyboard
|
||||
repeat_rate=25
|
||||
repeat_delay=600
|
||||
#repeat_rate=25
|
||||
repeat_rate=30
|
||||
repeat_delay=300
|
||||
numlockon=1
|
||||
xkb_rules_layout=us
|
||||
|
||||
@@ -112,7 +113,7 @@ gappoh=10
|
||||
gappov=10
|
||||
scratchpad_width_ratio=0.8
|
||||
scratchpad_height_ratio=0.9
|
||||
borderpx=4
|
||||
borderpx=1
|
||||
rootcolor=0x201b14ff
|
||||
bordercolor=0x444444ff
|
||||
focuscolor=0xc9b890ff
|
||||
@@ -138,6 +139,9 @@ tagrule=id:9,layout_name:tile
|
||||
# key name refer to `xev` or `wev` command output,
|
||||
# mod keys name: super,ctrl,alt,shift,none
|
||||
|
||||
bind=SUPER,period,incnmaster,+1
|
||||
bind=SUPER,comma,incnmaster,-1
|
||||
|
||||
# reload config
|
||||
bind=SUPER,c,reload_config
|
||||
bind=SUPER,c,spawn_shell, notify-send 'Reloading Config!'
|
||||
@@ -147,7 +151,8 @@ bind=SUPER,d,spawn,wofi --show drun -GI
|
||||
bind=SUPER,Return,spawn,kitty
|
||||
|
||||
# exit
|
||||
bind=SUPER+SHIFT,m,quit
|
||||
#bind=SUPER+SHIFT,e,quit
|
||||
bind=SUPER+SHIFT,m,spawn_shell, wlr-randr --output eDP-1 --toggle
|
||||
bind=SUPER,m,spawn_shell, playerctl pause; swaylock -f -c 000000 # lock
|
||||
|
||||
bind=SUPER+SHIFT,q,killclient,
|
||||
@@ -200,16 +205,16 @@ bind=SUPER,s,setlayout,scroller
|
||||
bind=SUPER,a,togglegaps
|
||||
|
||||
# tag switch
|
||||
bind=SUPER,1,view,1,0
|
||||
bind=SUPER,2,view,2,0
|
||||
bind=SUPER,3,view,3,0
|
||||
bind=SUPER,4,view,4,0
|
||||
bind=SUPER,5,view,5,0
|
||||
bind=SUPER,6,view,6,0
|
||||
bind=SUPER,7,view,7,0
|
||||
bind=SUPER,8,view,8,0
|
||||
bind=SUPER,9,view,9,0
|
||||
bind=SUPER,0,view,0,0
|
||||
bind=SUPER,1,comboview,1,0
|
||||
bind=SUPER,2,comboview,2,0
|
||||
bind=SUPER,3,comboview,3,0
|
||||
bind=SUPER,4,comboview,4,0
|
||||
bind=SUPER,5,comboview,5,0
|
||||
bind=SUPER,6,comboview,6,0
|
||||
bind=SUPER,7,comboview,7,0
|
||||
bind=SUPER,8,comboview,8,0
|
||||
bind=SUPER,9,comboview,9,0
|
||||
bind=SUPER,0,comboview,0,0
|
||||
|
||||
# tag: move client to the tag and focus it
|
||||
# tagsilent: move client to the tag and not focus it
|
||||
@@ -243,10 +248,10 @@ bind=CTRL+SHIFT,Left,movewin,-50,+0
|
||||
bind=CTRL+SHIFT,Right,movewin,+50,+0
|
||||
|
||||
# resizewin
|
||||
bind=none,Up,resizewin,+0,-50
|
||||
bind=none,Down,resizewin,+0,+50
|
||||
bind=none,Left,resizewin,-50,+0
|
||||
bind=none,Right,resizewin,+50,+0
|
||||
#bind=none,Up,resizewin,+0,-50
|
||||
#bind=none,Down,resizewin,+0,+50
|
||||
#bind=none,Left,resizewin,-50,+0
|
||||
#bind=none,Right,resizewin,+50,+0
|
||||
|
||||
# Mouse Button Bindings
|
||||
# NONE mode key only work in ov mode
|
||||
|
||||
Reference in New Issue
Block a user