From 154dd2982b4b72985c0cc277f011f5507185f1df Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 3 Oct 2017 16:08:03 +0200 Subject: misc Signed-off-by: Florian Pritz --- .i3/config | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.i3') diff --git a/.i3/config b/.i3/config index c151cbe..791e396 100644 --- a/.i3/config +++ b/.i3/config @@ -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 -- cgit v1.2.3-24-g4f1b