removed elogind bloatware
This commit is contained in:
parent
cd7a9d846e
commit
6b1a92e419
5 changed files with 39 additions and 16 deletions
|
@ -19,12 +19,13 @@ zoom_enabled_for = none
|
|||
|
||||
[autostart]
|
||||
audio = pipewire
|
||||
audio_notify = sleep 5; dbus-launch pa-notify -t 2
|
||||
audio_notify = sleep 5; pa-notify -t 2
|
||||
audio_player = playerctld daemon
|
||||
automount = udiskie -As
|
||||
autostart_wf_shell = false
|
||||
background = wf-background
|
||||
bar = waybar
|
||||
element = dbus-launch element-desktop --hidden --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
element = 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
|
||||
|
@ -56,6 +57,9 @@ binding_kanshi = <super> KEY_K
|
|||
binding_launcher = <super> KEY_S
|
||||
binding_matrix = <super> KEY_E
|
||||
binding_mute = KEY_MUTE
|
||||
binding_next = KEY_NEXTSONG
|
||||
binding_playpause = KEY_PLAYPAUSE
|
||||
binding_previous = KEY_PREVIOUSSONG
|
||||
binding_screenshot = <shift> KEY_SYSRQ
|
||||
binding_screenshot_interactive = KEY_SYSRQ
|
||||
binding_terminal = <super> KEY_T
|
||||
|
@ -69,8 +73,11 @@ command_firefox = firefox
|
|||
command_gamma = wlsunset -l 52.0 -L 5.9 -t 3000
|
||||
command_kanshi = kanshi
|
||||
command_launcher = wofi --show drun
|
||||
command_matrix = dbus-launch element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_matrix = element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland
|
||||
command_mute = pamixer -t
|
||||
command_next = playerctl next
|
||||
command_playpause = playerctl play-pause
|
||||
command_previous = playerctl previous
|
||||
command_screenshot = grim $(date '+%F_%T').png
|
||||
command_screenshot_interactive = slurp | grim -g - $(date '+%F_%T').png
|
||||
command_terminal = foot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue