diff options
author | Rahiel Kasim <rahielkasim@gmail.com> | 2022-03-11 17:35:30 +0100 |
---|---|---|
committer | Rahiel Kasim <rahielkasim@gmail.com> | 2022-03-11 17:35:30 +0100 |
commit | d1c10d4997472f7da1b283bb5129771296a33db8 (patch) | |
tree | 3206b703c35947f245fbf742f7c0ed14d267aac3 | |
parent | 4be6ea9807191b60a7c48b02165d544a0f16f9c2 (diff) |
package and config updates
-rwxr-xr-x | debian.bash | 2 | ||||
-rw-r--r-- | desktop-files/.local/share/applications/emacsclient.desktop | 2 | ||||
-rw-r--r-- | mpv/.config/mpv/mpv.conf | 1 | ||||
-rw-r--r-- | requirements.txt | 1 | ||||
-rw-r--r-- | sway/.config/sway/config | 5 |
5 files changed, 7 insertions, 4 deletions
diff --git a/debian.bash b/debian.bash index cdfdc71..f985381 100755 --- a/debian.bash +++ b/debian.bash @@ -69,6 +69,7 @@ sudo apt-get install -y -t unstable firefox sudo apt install -y \ at \ + audacity \ baobab \ bsdgames \ cdparanoia \ @@ -105,6 +106,7 @@ sudo apt install -y \ ntfs-3g \ pandoc \ parallel \ + pdftk-java \ pipx \ pulseaudio pavucontrol \ qrencode \ diff --git a/desktop-files/.local/share/applications/emacsclient.desktop b/desktop-files/.local/share/applications/emacsclient.desktop index 284193f..19608f6 100644 --- a/desktop-files/.local/share/applications/emacsclient.desktop +++ b/desktop-files/.local/share/applications/emacsclient.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -Name=GNU Emacs +Name=GNU Emacs (emacsclient) GenericName=Text Editor Comment=GNU Emacs is an extensible, customizable text editor - and more MimeType=text/english;text/plain;text/x-makefile;text/x-c++hdr;text/x-c++src;text/x-chdr;text/x-csrc;text/x-java;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;text/x-c;text/x-c++; diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index dc018e4..d1f36f1 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -1 +1,2 @@ profile=opengl-hq +screenshot-format=png diff --git a/requirements.txt b/requirements.txt index 3ec3db4..8fc5136 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ autoenv emacs-keys-everywhere poetry telegram-send +yt-dlp diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 336cb57..3025609 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -125,8 +125,8 @@ seat * hide_cursor 3000 mode "$mode_system" { bindsym l exec $locker, mode "default" bindsym e exec swaymsg exit, mode "default" - bindsym s exec $locker && systemctl suspend, mode "default" - bindsym Shift+s exec systemctl suspend, mode "default" + bindsym s exec $locker && sleep 3 && systemctl suspend, mode "default" + bindsym Shift+s exec sleep 3 && systemctl suspend, mode "default" bindsym h exec $locker && systemctl hibernate, mode "default" bindsym Shift+r exec systemctl reboot, mode "default" bindsym Shift+p exec systemctl poweroff -i, mode "default" @@ -292,7 +292,6 @@ bindsym $mod+Shift+t exec firejail telegram-desktop bindsym $mod+F8 exec emacsclient -nc -e '(find-file "~/Sync/Notes/todo.org")' assign [app_id="thunderbird"] → 10 -assign [app_id="telegramdesktop"] → 10 # autostart exec nm-applet --indicator |