feat: Add css style gap configuration
This commit is contained in:
parent
511db23388
commit
17fcac861e
6 changed files with 41 additions and 30 deletions
|
|
@ -3,7 +3,7 @@ exec-once=hyprpaper
|
|||
exec-once=ironbar
|
||||
exec-once=firefox
|
||||
exec-once=streamdeck -n
|
||||
exec-once=copyq --start-server
|
||||
exec-once=oxipaste_daemon
|
||||
exec-once=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
|
||||
exec-once=nextcloud --background
|
||||
exec-once=oxinoti
|
||||
|
|
|
|||
|
|
@ -16,4 +16,5 @@ env = PKG_CONFIG_PATH,/usr/local/lib/pkgconfig
|
|||
env = LD_LIBRARY_PATH,/usr/local/lib
|
||||
env = EDITOR,"neovide --novsync --nofork"
|
||||
env = WLR_DRM_NO_ATOMIC,1
|
||||
env = GTK_USE_PORTAL, 1
|
||||
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ bind=SUPER,M,exec,oxidash
|
|||
bind=SUPER,R,exec,anyrun
|
||||
bind=SUPER,G,exec,oxicalc
|
||||
bind=SUPER,D,exec,oxishut
|
||||
bind=SUPER,A,exec,copyq toggle
|
||||
bind=SUPER,A,exec,oxipaste
|
||||
bind=SUPERSHIFT,L,exec, playerctl -a pause & swaylock -c 000000 & systemctl suspend
|
||||
|
||||
#Media Keys
|
||||
bind=,XF86AudioMute,exec,pactl $HOME/.config/scripts/audio_control.sh mute
|
||||
bind=,XF86AudioMute,exec, $HOME/.config/scripts/audio_control.sh mute
|
||||
bind=,XF86AudioLowerVolume,exec, $HOME/.config/scripts/audio_control.sh sink -5%
|
||||
bind=,XF86AudioRaiseVolume,exec, $HOME/.config/scripts/audio_control.sh sink +5%
|
||||
bind=,XF86AudioPlay,exec, playerctl play-pause
|
||||
|
|
|
|||
|
|
@ -13,3 +13,11 @@ binde=SUPER,P,resizeactive,20 0
|
|||
binde=SUPER,K,resizeactive,0 -20
|
||||
binde=SUPER,L,resizeactive,0 20
|
||||
|
||||
general {
|
||||
#gaps_in = 10,10,10,10
|
||||
#gaps_out = 10
|
||||
}
|
||||
|
||||
workspace=0,gapsin:5,gapsout:5 10 15 20
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue