updated configuration
This commit is contained in:
parent
0db61f068f
commit
cd7a9d846e
4 changed files with 24 additions and 6 deletions
|
@ -3,5 +3,7 @@ background-color=#1515157F
|
|||
border-size=6
|
||||
border-radius=20
|
||||
border-color=#1515157F
|
||||
progress-color=#3949A0FF
|
||||
icons=1
|
||||
icon-path=/usr/share/icons/Papirus-Dark
|
||||
default-timeout=6000
|
||||
|
|
|
@ -46,7 +46,10 @@
|
|||
"icon-size": 20,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -87,7 +90,10 @@
|
|||
"icon-size": 20,
|
||||
"tooltip-format": "{title}",
|
||||
"on-click": "activate",
|
||||
"on-click-middle": "close"
|
||||
"on-click-middle": "close",
|
||||
"ignore-list": [
|
||||
"wlogout"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
|
@ -24,7 +24,7 @@ automount = udiskie -As
|
|||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
bar = waybar
|
||||
element = element-desktop --hidden
|
||||
element = dbus-launch element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
idle = swayidle -w timeout 590 gtklock before-sleep gtklock
|
||||
network = sleep 5; nm-applet --indicator
|
||||
notifications = mako
|
||||
|
@ -69,7 +69,7 @@ command_firefox = firefox
|
|||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = element-desktop
|
||||
command_matrix = dbus-launch element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_mute = pamixer -t
|
||||
command_screenshot = grim $(date '+%F_%T').png
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue