Compare commits
2 commits
9b48425555
...
5801b5c10a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5801b5c10a | ||
|
|
a2741fae7b |
2 changed files with 31 additions and 62 deletions
|
|
@ -17,9 +17,9 @@ ssh-agent -a /run/user/1000/ssh-agent.socket >/dev/null 2>&1 &
|
|||
# clipboard content manager
|
||||
wl-paste --type text --watch cliphist store >/dev/null 2>&1 &
|
||||
|
||||
discord --start-minimized >/dev/null 2>&1 &
|
||||
discord --enable-features=UseOzonePlatform --ozone-platform=wayland --start-minimized >/dev/null 2>&1 &
|
||||
# Noctalia
|
||||
# qs -c noctalia-shell &
|
||||
sleep 1 && noctalia --daemon
|
||||
|
||||
# dankshell
|
||||
dms run &
|
||||
# dms run &
|
||||
|
|
|
|||
|
|
@ -97,27 +97,27 @@ cursor_theme = capitaine-cursors
|
|||
cursor_size = 24
|
||||
|
||||
# Window effect
|
||||
blur=0
|
||||
blur_layer=0
|
||||
blur_optimized=1
|
||||
blur_params_num_passes = 2
|
||||
blur_params_radius = 5
|
||||
blur_params_noise = 0.02
|
||||
blur_params_brightness = 0.9
|
||||
blur_params_contrast = 0.9
|
||||
blur_params_saturation = 1.2
|
||||
blur=1
|
||||
blur_layer=1
|
||||
blur_optimized=0
|
||||
blur_params_num_passes=2
|
||||
blur_params_radius=5
|
||||
blur_params_noise=0.02
|
||||
blur_params_brightness=0.9
|
||||
blur_params_contrast=0.9
|
||||
blur_params_saturation=1.0
|
||||
|
||||
shadows = 0
|
||||
layer_shadows = 0
|
||||
shadow_only_floating = 1
|
||||
shadows_size = 10
|
||||
shadows_blur = 15
|
||||
shadows_position_x = 0
|
||||
shadows_position_y = 0
|
||||
shadowscolor= 0x000000ff
|
||||
layer_animations=0
|
||||
shadows=1
|
||||
layer_shadows=1
|
||||
shadow_only_floating=1
|
||||
shadows_size=12
|
||||
shadows_blur=15
|
||||
shadows_position_x=2
|
||||
shadows_position_y=2
|
||||
shadowscolor=0x000000ff
|
||||
|
||||
animations = 1
|
||||
layer_animations = 1
|
||||
animation_type_open = zoom
|
||||
animation_type_close = zoom
|
||||
animation_fade_in = 1
|
||||
|
|
@ -152,42 +152,12 @@ bind = SUPER, b, spawn, firefox-bin
|
|||
# Please choose the text editor of your choice.
|
||||
# bind = SUPER, x, spawn, alacritty -e hx
|
||||
|
||||
# DMS specific keybinds.
|
||||
bind = SUPER+CTRL, Return, spawn, dms ipc call spotlight toggle
|
||||
bind = SUPER, c, spawn, dms ipc call clipboard toggle
|
||||
bind = SUPER, m, spawn, dms ipc call processlist focusOrToggle
|
||||
bind = SUPER, s, spawn, dms ipc call settings focusOrToggle
|
||||
bind = SUPER, n, spawn, dms ipc call notifications toggle
|
||||
bind = SUPER, w, spawn, dms ipc call dankdash wallpaper
|
||||
bind = SUPER+SHIFT, q, spawn, dms ipc call powermenu toggle
|
||||
|
||||
# Lockscreen
|
||||
bind = SUPER+ALT, l, spawn, dms ipc call lock lock
|
||||
|
||||
# Screenshots
|
||||
bind = SUPER, p, spawn, ~/.config/mango/scripts/screenshot.sh
|
||||
|
||||
# Reload config
|
||||
bind = SUPER, r, reload_config
|
||||
|
||||
# Audio controls
|
||||
bind = NONE, XF86AudioRaiseVolume, spawn, dms ipc call audio increment 5
|
||||
bind = NONE, XF86AudioLowerVolume, spawn, dms ipc call audio decrement 5
|
||||
bind = NONE, XF86AudioMute, spawn, dms ipc call audio mute
|
||||
|
||||
# Brightness controls
|
||||
bind = NONE, XF86MonBrightnessUp, spawn, dms ipc call brightness increment 5 backlight:intel_backlight
|
||||
bind = NONE, XF86MonBrightnessDown, spawn, dms ipc call brightness decrement 5 backlight:intel_backlight
|
||||
|
||||
# bind=SUPER,space,spawn,qs -c noctalia-shell ipc call launcher toggle
|
||||
# bind=SUPER,s,spawn,qs -c noctalia-shell ipc call controlCenter toggle
|
||||
# bind=SUPER,comma,spawn,qs -c noctalia-shell ipc call settings toggle
|
||||
# bind=NONE,XF86AudioRaiseVolume,spawn,qs -c noctalia-shell ipc call volume increase
|
||||
# bind=NONE,XF86AudioLowerVolume,spawn,qs -c noctalia-shell ipc call volume decrease
|
||||
# bind=NONE,XF86AudioMute,spawn,qs -c noctalia-shell ipc call volume muteOutput
|
||||
# bind=NONE,XF86MonBrightnessUp,spawn,qs -c noctalia-shell ipc call brightness increase 5 backlight:intel_backlight
|
||||
# bind=NONE,XF86MonBrightnessDown,spawn,qs -c noctalia-shell ipc call brightness decrease 5 backlight:intel_backlight
|
||||
|
||||
bind = SUPER, q, killclient,
|
||||
|
||||
# Switch window focus
|
||||
|
|
@ -276,7 +246,16 @@ mousebind = SUPER, btn_left, moveresize,curmove
|
|||
mousebind = NONE, btn_middle, togglemaximizescreen, 0
|
||||
mousebind = SUPER, btn_right, moveresize, curresize
|
||||
|
||||
|
||||
# Noctalia
|
||||
bind=SUPER,space,spawn,noctalia msg panel-toggle launcher
|
||||
bind=SUPER,s,spawn,noctalia msg panel-toggle control-center
|
||||
bind=SUPER,comma,spawn,noctalia msg settings-toggle
|
||||
bind=NONE,XF86AudioRaiseVolume,spawn,noctalia msg volume-up
|
||||
bind=NONE,XF86AudioLowerVolume,spawn,noctalia msg volume-down
|
||||
bind=NONE,XF86AudioMute,spawn,noctalia msg volume-mute
|
||||
bind=NONE,XF86MonBrightnessUp,spawn,noctalia msg brightness-up
|
||||
bind=NONE,XF86MonBrightnessDown,spawn,noctalia msg brightness-down
|
||||
bind=SUPER+SHIFT,q,spawn,noctalia msg panel-toggle session
|
||||
# | Rules |
|
||||
# Window/Tag/Layer rules. | https://mangowm.github.io/docs/window-management/rules
|
||||
|
||||
|
|
@ -286,17 +265,7 @@ windowrule = isfloating:1, appid:steam, title:Steam Settings
|
|||
|
||||
layerrule = noanim:1, noblur:1, layer_name:selection
|
||||
|
||||
source=~/.config/mango/dms/colors.conf
|
||||
source=~/.config/mango/dms/layout.conf
|
||||
source=~/.config/mango/dms/outputs.conf
|
||||
source=./dms/cursor.conf
|
||||
|
||||
# autostart your favorite applications here
|
||||
|
||||
exec-once=~/.config/mango/autostart.sh
|
||||
exec-once=kdeconnectd
|
||||
|
||||
source=./dms/cursor.conf
|
||||
|
||||
source=./dms/outputs.conf
|
||||
source = ./dms/binds.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue