Swapped shortcuts, removed mpd & redshift, added numlockx

Swapped shortcuts between `wacom-setup` and `pywal`, I use the latter
more often than the former, and now the latter also has the easiest
shortcut of the two

Removed mpd autolaunch since it is now enabled as a systemd user
service

Removed redshift from my system

Added numlockx to autolaunch to ensure the numpad is enabled on my
machine
This commit is contained in:
Lucien Cartier-Tilet 2020-03-25 12:33:55 +01:00
parent 457d1561db
commit 63ae01e82b
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 6 additions and 8 deletions

View File

@ -409,9 +409,9 @@
shortcut for launching pywal, which will set one of my wallpapers as the shortcut for launching pywal, which will set one of my wallpapers as the
wallpaper and will generate my systems color configuration from it. wallpaper and will generate my systems color configuration from it.
#+NAME: wal-sh #+NAME: wal-sh
| shortcut | command | what it does | | shortcut | command | what it does |
|-------------+--------------+--------------------------------------------------------------| |----------+--------------+--------------------------------------------------------------|
| $mod+Ctrl+w | exec $walset | Set a random wallpaper and generates a color profile from it | | $mod+w | exec $walset | Set a random wallpaper and generates a color profile from it |
We also have some shortcuts to lock our screen, sleep, hibernate and shut We also have some shortcuts to lock our screen, sleep, hibernate and shut
down our computer. down our computer.
@ -856,7 +856,7 @@
| $mod+Ctrl+m | exec rofi-mount | Volume mounting helper | | $mod+Ctrl+m | exec rofi-mount | Volume mounting helper |
| $mod+Ctrl+u | exec rofi-umount | Volume unmounting helper | | $mod+Ctrl+u | exec rofi-umount | Volume unmounting helper |
| $mod+$alt+e | exec rofi-emoji | Emoji picker, copies it in the clipboard | | $mod+$alt+e | exec rofi-emoji | Emoji picker, copies it in the clipboard |
| $mod+w | exec wacom-setup | Sets my Wacom Bamboo tablet as being active on the selected screen | | $mod+Ctrl+w | exec wacom-setup | Sets my Wacom Bamboo tablet as being active on the selected screen |
| $mod+Shift+w | exec connect-wifi | Connect to an available WiFi network | | $mod+Shift+w | exec connect-wifi | Connect to an available WiFi network |
This gives us the following configuration: This gives us the following configuration:
@ -921,7 +921,6 @@
| yes | polybar-launch | Launch polybar | | yes | polybar-launch | Launch polybar |
| yes | enable_touch | Set correct touchpad values | | yes | enable_touch | Set correct touchpad values |
| no | syndaemon -i 1.0 -t -k | Set touchpad values | | no | syndaemon -i 1.0 -t -k | Set touchpad values |
| no | mpd | Launch music server |
| no | mpc stop | Stop music from mpd | | no | mpc stop | Stop music from mpd |
| no | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord | | no | mpd_discord_richpresence --no-idle --fork | Launch mpd status sharing with Discord |
| no | nm-applet | NetworkManager system tray | | no | nm-applet | NetworkManager system tray |
@ -940,7 +939,7 @@
"\n") "\n")
#+END_SRC #+END_SRC
#+RESULTS[689797f24db25bc308e242006eacc1e1e6de6652]: generate-autolaunch #+RESULTS[283577fe2e66b30c936b7fcf142713d285db8da6]: generate-autolaunch
#+begin_example #+begin_example
exec_always --no-startup-id wal -i "$(< "${HOME}/.cache/wal/wal")" exec_always --no-startup-id wal -i "$(< "${HOME}/.cache/wal/wal")"
exec --no-startup-id xss-lock -- i3lock -fol exec --no-startup-id xss-lock -- i3lock -fol
@ -950,11 +949,10 @@
exec_always --no-startup-id polybar-launch exec_always --no-startup-id polybar-launch
exec_always --no-startup-id enable_touch exec_always --no-startup-id enable_touch
exec --no-startup-id syndaemon -i 1.0 -t -k exec --no-startup-id syndaemon -i 1.0 -t -k
exec --no-startup-id mpd
exec --no-startup-id mpc stop exec --no-startup-id mpc stop
exec --no-startup-id mpd_discord_richpresence --no-idle --fork exec --no-startup-id mpd_discord_richpresence --no-idle --fork
exec --no-startup-id nm-applet exec --no-startup-id nm-applet
exec --no-startup-id redshift-gtk -O 3200 -t 1.0:0.8 exec --no-startup-id numlockx on
#+end_example #+end_example
My travel laptop has a fingerprint reader which can be used as an My travel laptop has a fingerprint reader which can be used as an