diff options
author | Amin Bandali <amin@gnu.org> | 2018-08-17 18:54:41 -0400 |
---|---|---|
committer | Amin Bandali <amin@gnu.org> | 2018-08-17 18:54:41 -0400 |
commit | 40085087bfc85bf447146336efe4e4b8de44b572 (patch) | |
tree | 12ca3e564901ba8fb3c1ca03ed832b6e22e13dd2 | |
parent | 6a0568227ca836d8c3769e0e832e842c753600cd (diff) | |
download | configs-40085087bfc85bf447146336efe4e4b8de44b572.tar.gz configs-40085087bfc85bf447146336efe4e4b8de44b572.tar.xz configs-40085087bfc85bf447146336efe4e4b8de44b572.zip |
[rc/{sway,tlp}] add rofi-pass binding, and plasma is now archy
-rw-r--r-- | rc.org | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -3816,6 +3816,9 @@ input "1:1:AT_Translated_Set_2_keyboard" { # start your launcher bindsym $mod+d exec $menu + # password manager + bindsym $mod+$mod2+space exec rofi-pass + # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod. # Despite the name, also works for non-floating windows. @@ -3982,9 +3985,9 @@ include /etc/sway/config.d/* ** TLP *** TODO enigma -*** plasma +*** archy -#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "plasma")) "/sudo::/etc/default/tlp") +#+begin_src conf :tangle (when (and (eq system-type 'gnu/linux) (string= (system-name) "archy")) "/sudo::/etc/default/tlp") # ------------------------------------------------------------------------------ # tlp - Parameters for power saving # See full explanation: http://linrunner.de/en/tlp/docs/tlp-configuration.html |