diff options
author | Yigit Sever | 2019-03-21 17:43:40 +0300 |
---|---|---|
committer | Yigit Sever | 2019-03-21 17:43:40 +0300 |
commit | 2146519a1fdc0a9949f54130248318e2c248389d (patch) | |
tree | b838278a67f69f903b3ab09e9884507d04cdc354 /.config/i3/config##desktop.Linux.Lowe | |
parent | 840fc2fdafb9ddfae52379f2f89b632496661386 (diff) | |
download | dotfiles-2146519a1fdc0a9949f54130248318e2c248389d.tar.gz dotfiles-2146519a1fdc0a9949f54130248318e2c248389d.tar.bz2 dotfiles-2146519a1fdc0a9949f54130248318e2c248389d.zip |
Updates to mobile settings
Diffstat (limited to '.config/i3/config##desktop.Linux.Lowe')
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe index 98758cb..36343ed 100644 --- a/.config/i3/config##desktop.Linux.Lowe +++ b/.config/i3/config##desktop.Linux.Lowe | |||
@@ -39,9 +39,6 @@ bindsym Print exec flameshot gui | |||
39 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 39 | bindsym XF86AudioRaiseVolume exec --no-startup-id "amixer set Master 2%+ && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
40 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" | 40 | bindsym XF86AudioLowerVolume exec --no-startup-id "amixer set Master 2%- && volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1)" |
41 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" | 41 | bindsym XF86AudioMute exec --no-startup-id "amixer set Master toggle && if amixer get Master | grep -Fq '[off]'; then volnoti-show -m; else volnoti-show $(amixer get Master | grep -Po '[0-9]+(?=%)' | head -1); fi" |
42 | #bindsym XF86AudioMute exec "pactl set-sink-mute @DEFAULT_SINK@ toggle" | ||
43 | #bindsym XF86AudioRaiseVolume exec "pactl set-sink-volume @DEFAULT_SINK@ +5%" | ||
44 | #bindsym XF86AudioLowerVolume exec "pactl set-sink-volume @DEFAULT_SINK@ -5%" | ||
45 | bindsym XF86AudioPlay exec mpc toggle | 42 | bindsym XF86AudioPlay exec mpc toggle |
46 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh | 43 | bindsym XF86AudioPrev exec /home/yigit/bin/mpcPrevSong.sh |
47 | bindsym XF86AudioNext exec mpc next | 44 | bindsym XF86AudioNext exec mpc next |
@@ -158,7 +155,6 @@ mode "resize" { | |||
158 | 155 | ||
159 | # session | 156 | # session |
160 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { | 157 | mode " (L)ock (S)ignout (R)eboot (P)oweroff" { |
161 | |||
162 | bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back" | 158 | bindsym $mod+l exec betterlockscreen -l dimblur -t "Welcome back" |
163 | bindsym $mod+r exec systemctl reboot | 159 | bindsym $mod+r exec systemctl reboot |
164 | bindsym $mod+p exec systemctl poweroff | 160 | bindsym $mod+p exec systemctl poweroff |
@@ -171,7 +167,6 @@ bindsym $mod+r mode "resize" | |||
171 | 167 | ||
172 | for_window [class=".*"] border pixel 4 | 168 | for_window [class=".*"] border pixel 4 |
173 | 169 | ||
174 | assign [class="^Steam$"] 9 | ||
175 | assign [class="^Thunderbird$"] 8 | 170 | assign [class="^Thunderbird$"] 8 |
176 | 171 | ||
177 | # class border backgr. text indicator child_border | 172 | # class border backgr. text indicator child_border |