home/sway | cleanup, remove pasystray as no longer working, do not install yt-dlp from nix
This commit is contained in:
parent
4080e530eb
commit
f33943bfa0
2 changed files with 6 additions and 11 deletions
|
|
@ -57,7 +57,6 @@ in {
|
||||||
nvd
|
nvd
|
||||||
obsidian
|
obsidian
|
||||||
overpass
|
overpass
|
||||||
pasystray
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
qpwgraph
|
qpwgraph
|
||||||
|
|
@ -74,7 +73,7 @@ in {
|
||||||
# watchmate
|
# watchmate
|
||||||
widevine-cdm
|
widevine-cdm
|
||||||
wlsunset
|
wlsunset
|
||||||
yt-dlp
|
# yt-dlp
|
||||||
];
|
];
|
||||||
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") feishin;
|
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") feishin;
|
||||||
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
# ] ++ lib.optional (pkgs.hostPlatform.system == "x86_64-linux") sonixd;
|
||||||
|
|
|
||||||
|
|
@ -38,17 +38,17 @@
|
||||||
title_align center
|
title_align center
|
||||||
# Music control
|
# Music control
|
||||||
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
bindsym XF86AudioPlay exec --no-startup-id control-music --pause
|
||||||
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
|
||||||
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
bindsym XF86AudioNext exec --no-startup-id control-music --next
|
||||||
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
|
||||||
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
bindsym XF86AudioPrev exec --no-startup-id control-music --prev
|
||||||
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
|
||||||
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
bindsym XF86AudioStop exec --no-startup-id control-music --stop
|
||||||
|
bindsym Control+Shift+F7 exec --no-startup-id control-music --pause
|
||||||
|
bindsym Control+Shift+F2 exec --no-startup-id control-music --next
|
||||||
|
bindsym Control+Shift+F1 exec --no-startup-id control-music --prev
|
||||||
|
|
||||||
# Brightness
|
# Brightness
|
||||||
bindsym XF86MonBrightnessDown exec light -U 10
|
bindsym XF86MonBrightnessDown exec light -U 10
|
||||||
bindsym Control+Shift+F5 exec light -U 10
|
|
||||||
bindsym XF86MonBrightnessUp exec light -A 10
|
bindsym XF86MonBrightnessUp exec light -A 10
|
||||||
|
bindsym Control+Shift+F5 exec light -U 10
|
||||||
bindsym Control+Shift+F6 exec light -A 10
|
bindsym Control+Shift+F6 exec light -A 10
|
||||||
|
|
||||||
# Volume
|
# Volume
|
||||||
|
|
@ -82,7 +82,6 @@
|
||||||
bindsym menu exec $menu_command
|
bindsym menu exec $menu_command
|
||||||
bindsym $mod+Shift+w exec dwifi
|
bindsym $mod+Shift+w exec dwifi
|
||||||
bindsym $mod+d exec --no-startup-id $menu
|
bindsym $mod+d exec --no-startup-id $menu
|
||||||
bindsym $mod+t exec --no-startup-id $HOME/bin/mynewterm -e ttmenu
|
|
||||||
|
|
||||||
# change focus
|
# change focus
|
||||||
bindsym $mod+j focus left
|
bindsym $mod+j focus left
|
||||||
|
|
@ -303,7 +302,6 @@
|
||||||
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
client.placeholder #282A36 #282A36 #F8F8F2 #282A36 #282A36
|
||||||
client.background #F8F8F2
|
client.background #F8F8F2
|
||||||
|
|
||||||
exec ${pkgs.pasystray}/bin/pasystray
|
|
||||||
exec_always ${pkgs.keyutils}/bin/keyctl link @u @s
|
exec_always ${pkgs.keyutils}/bin/keyctl link @u @s
|
||||||
exec ${pkgs.shikane}/bin/shikane
|
exec ${pkgs.shikane}/bin/shikane
|
||||||
exec ${pkgs.wayland-pipewire-idle-inhibit}/bin/wayland-pipewire-idle-inhibit
|
exec ${pkgs.wayland-pipewire-idle-inhibit}/bin/wayland-pipewire-idle-inhibit
|
||||||
|
|
@ -314,8 +312,6 @@
|
||||||
exec ${pkgs.dbus}/bin/dbus-update-activation-environment --all 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
exec ${pkgs.dbus}/bin/dbus-update-activation-environment --all 2>/dev/null && dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK
|
||||||
exec ${pkgs.udiskie}/bin/udiskie
|
exec ${pkgs.udiskie}/bin/udiskie
|
||||||
exec ${pkgs.wl-clipboard}/bin/wl-paste -t text --watch clipman store
|
exec ${pkgs.wl-clipboard}/bin/wl-paste -t text --watch clipman store
|
||||||
exec ~/bin/configure-gtk
|
|
||||||
exec ~/bin/dovideo.sh
|
|
||||||
exec ~/bin/auto-start
|
exec ~/bin/auto-start
|
||||||
exec ${pkgs.sway-audio-idle-inhibit}/bin/sway-audio-idle-inhibit
|
exec ${pkgs.sway-audio-idle-inhibit}/bin/sway-audio-idle-inhibit
|
||||||
exec ${pkgs.swaynotificationcenter}/bin/swaync
|
exec ${pkgs.swaynotificationcenter}/bin/swaync
|
||||||
|
|
@ -325,7 +321,7 @@
|
||||||
exec ~/bin/myterm
|
exec ~/bin/myterm
|
||||||
exec ${pkgs.headset-charge-indicator}/bin/headset-charge-indicator.py
|
exec ${pkgs.headset-charge-indicator}/bin/headset-charge-indicator.py
|
||||||
exec ${pkgs.wlsunset}/bin/wlsunset -l 29.7 -L -95.8
|
exec ${pkgs.wlsunset}/bin/wlsunset -l 29.7 -L -95.8
|
||||||
exec ${pkgs.blueberry}/bin/blueberry-tray
|
# exec ${pkgs.blueberry}/bin/blueberry-tray
|
||||||
'';
|
'';
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue