=== modified file 'xsession-skel/homedir/.config/i3/config' --- old/xsession-skel/homedir/.config/i3/config 2024-05-24 21:52:30 +0000 +++ new/xsession-skel/homedir/.config/i3/config 2024-05-07 20:36:32 +0000 @@ -28,8 +28,6 @@ for_window [all] title_format "%instance» %title" -for_window [title="Media viewer" class="TelegramDesktop"] floating enable, fullscreen enable - set_from_resource $f_border i3wm.focused_border #4c7899 set_from_resource $f_background i3wm.focused_background #285577 set_from_resource $f_text i3wm.focused_text #ffffff @@ -54,10 +52,9 @@ bindsym $mod+Shift+O exec powerbox-plumb lock bindsym $mod+grave exec powerbox-menu bindsym $mod+Shift+G exec wswitch -bindsym $mod+Control+t exec c.exec.user mpd mpc toggle -bindsym $mod+Control+Up exec c.exec.user sndiod master-set "2dB+" -bindsym $mod+Control+Down exec c.exec.user sndiod master-set "2dB-" -bindsym XF86AudioMute exec c.exec.user sndiod master-toggle +bindsym $mod+Control+t exec mpc toggle +bindsym $mod+Control+Up exec powerbox-plumb "amixer/set PCM 2dB+" +bindsym $mod+Control+Down exec powerbox-plumb "amixer/set PCM 2dB-" bindsym $mod+i exec shiftinsert bindsym $mod+v exec ctrlv === removed file 'xsession-skel/homedir/bin/c.exec.user' --- old/xsession-skel/homedir/bin/c.exec.user 2024-05-24 21:52:30 +0000 +++ new/xsession-skel/homedir/bin/c.exec.user 1970-01-01 00:00:00 +0000 @@ -1,5 +0,0 @@ -#!/bin/zsh -setopt no_unset extended_glob warn_create_global -container=$1 -shift || exit $? -exec c.exec $container.$USER "$@" === modified file 'xsession-skel/homedir/bin/open-im' --- old/xsession-skel/homedir/bin/open-im 2024-05-24 21:52:30 +0000 +++ new/xsession-skel/homedir/bin/open-im 2024-05-07 20:36:32 +0000 @@ -20,10 +20,8 @@ add_app '*weechat*' '"weechat:ccx" "URxvt"' powerbox-plumb 'container-urxvt/weechat.ccx/tmux -2u new-session -s weechat -A weechat-curses' add_app '*profanity*' '"profanity:ccx" "URxvt"' powerbox-plumb 'container-urxvt/profanity.ccx/tmux -2u new-session -s profanity -A profanity' -add_app '*iamb*' '"iamb:ccx" "URxvt"' powerbox-plumb 'container-urxvt/iamb.ccx/tmux -2u new-session -s iamb -A iamb' add_app '\[telegram.ccx:*' '"telegram-desktop" "TelegramDesktop"' xsvc-in-container-xpra telegram.ccx telegram-desktop add_app '\[signal.ccx:*' '"signal" "Signal"' xsvc-in-container-xpra signal.ccx signal-desktop -add_app '\[signal2.ccx:*' '"signal" "Signal"' xsvc-in-container-xpra signal2.ccx signal-desktop main() {