diff options
author | Yigit Sever | 2019-05-17 13:32:32 +0300 |
---|---|---|
committer | Yigit Sever | 2019-05-17 13:32:32 +0300 |
commit | 8fdecaddaf6c61c70a00b5cb4b970e808a0a23e3 (patch) | |
tree | ef9980639fed3e67bb44a5340c3f20c367332b25 /.config/i3 | |
parent | d1bd1163aaa8ff8668b08632f3501e5041b568e5 (diff) | |
download | dotfiles-8fdecaddaf6c61c70a00b5cb4b970e808a0a23e3.tar.gz dotfiles-8fdecaddaf6c61c70a00b5cb4b970e808a0a23e3.tar.bz2 dotfiles-8fdecaddaf6c61c70a00b5cb4b970e808a0a23e3.zip |
Disable conky due to battery consumption
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config##mobile.Linux.Luchs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/i3/config##mobile.Linux.Luchs b/.config/i3/config##mobile.Linux.Luchs index 39881db..b10c814 100644 --- a/.config/i3/config##mobile.Linux.Luchs +++ b/.config/i3/config##mobile.Linux.Luchs | |||
@@ -27,8 +27,8 @@ exec --no-startup-id volnoti & | |||
27 | # utilities | 27 | # utilities |
28 | exec --no-startup-id dropbox & | 28 | exec --no-startup-id dropbox & |
29 | exec --no-startup-id copyq & | 29 | exec --no-startup-id copyq & |
30 | exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & | 30 | # exec --no-startup-id conky --daemonize -c ~/.config/conky/conky.conf & |
31 | exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & | 31 | # exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf & |
32 | 32 | ||
33 | # keyboard with alt+shift us,tr switch, map escape to capslock | 33 | # keyboard with alt+shift us,tr switch, map escape to capslock |
34 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & | 34 | exec --no-startup-id setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape & |