diff options
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 |