diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-10-03 16:08:03 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-10-03 16:08:03 +0200 |
commit | 154dd2982b4b72985c0cc277f011f5507185f1df (patch) | |
tree | 5c236749cd80651f8913682266e69730da1934f3 /.i3/config | |
parent | 5b2c9c8cd93f3815c42c85c80257613d9e85983e (diff) | |
download | dotfiles-154dd2982b4b72985c0cc277f011f5507185f1df.tar.gz dotfiles-154dd2982b4b72985c0cc277f011f5507185f1df.tar.xz |
misc
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to '.i3/config')
-rw-r--r-- | .i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,7 @@ workspace_auto_back_and_forth yes assign [class="^Firefox$"] 2 assign [class="^Hamster$"] 3 for_window [class="^Steam$" title=" - Chat$"] move window to workspace 3 +for_window [class="^Qalculate-gtk$"] floating enable #assign [class="^chromium$"] 4 assign [class="^Thunderbird$"] 5 assign [class="^kmail2$"] 5 @@ -48,6 +49,8 @@ workspace 8 output DP-2 bindsym $mod+Return exec urxvt -e tmux #bindsym $mod+i exec firefox bindsym Mod3+Return exec urxvt +bindsym Mod3+q exec qalculate-gtk +bindsym Mod3+x exec transmission-remote-gtk bindsym Mod3+c exec chromium bindsym Mod3+F5 exec mpc prev bindsym Mod3+F6 exec mpc next @@ -57,6 +60,7 @@ bindsym Print exec upshot-xbindkeys bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume 0 +10% #increase sound volume bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume 0 -10% #decrease sound volume +bindsym XF86AudioPlay exec --no-startup-id mpc toggle # kill focused window bindsym $mod+Shift+q kill |