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 ++++ .xinitrc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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 diff --git a/.xinitrc b/.xinitrc index 99190f5..5bda61e 100644 --- a/.xinitrc +++ b/.xinitrc @@ -23,7 +23,7 @@ numlockx xset -dpms xset r rate 250 50 & source $HOME/bin/gpg-agent.sh -echo UPDATESTARTUPTTY | gpg-connect-agent +gpg-connect-agent -q UPDATESTARTUPTTY /bye # autostart entries setxkbmap us altgr-intl @@ -47,7 +47,7 @@ autostart () { #done rm -f $HOME/passwords.kdb.lock keepassx & - transmission-remote-gtk & + #transmission-remote-gtk & #claws-mail & thunderbird & #kwalletd5 & -- cgit v1.2.3-24-g4f1b