diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-14 17:30:29 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-01-14 17:30:29 +0100 |
commit | c0b5058b78438f52d9593e97b031fc6272c2f674 (patch) | |
tree | c204f9c9c7a6e4ae12ed3ed2ba36072cef1303dc /i3 | |
parent | 5e995529f7b522452ff1c6798c7a0ff3d0bf4c3c (diff) |
configure user-level shepherd for redshift
Diffstat (limited to 'i3')
-rw-r--r-- | i3/i3/config | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/i3/i3/config b/i3/i3/config index b599bdd..e425978 100644 --- a/i3/i3/config +++ b/i3/i3/config @@ -196,6 +196,5 @@ bindsym Shift+Print exec --no-startup-id maim --select | xclip -selection clipbo bindsym $mod+Shift+t exec xinput --enable 12 bindsym $mod+t exec xinput --disable 12 - -# Keyboard layout change -# bindsym $mod+x exec setxkbmap ru +# Start user-level service cotrol with shepherd +exec --no-startup-id shepherd |