More changes.

This commit is contained in:
2014-07-31 02:51:20 +02:00
parent fd7e96e5f9
commit 135b5449d3
6 changed files with 31 additions and 19 deletions

View File

@@ -310,7 +310,7 @@ client.urgent #2f343a #900000 #ffffff #900000
for_window [class="^Chromium$" ] border none
for_window [class="^yad-status$" ] floating enable , border none
for_window [class="^Docky$" ] floating enable , border none
for_window [class="^Skype$" ] border 1pixel
for_window [class="^Skype$" ] border none
for_window [class="^Steam$" ] border none
for_window [class="^Eclipse$" ] border none
#for_window [class="^Steam$" title="^Friends$" ] border 1pixel , floating enable , floating_maximum_size 200 x 700
@@ -320,6 +320,7 @@ client.urgent #2f343a #900000 #ffffff #900000
for_window [class="^Designer$" ] border none
for_window [class="^main\.py$" ] floating enable
for_window [class="^Xfce4-panel$"] floating enable
for_window [class="^Thunderbird"] border none
assign [class="^Thunderbird"] $workspace9
assign [class="^Skype$"] $workspace10

View File

@@ -15,7 +15,8 @@ bindsym XF86AudioNext exec --no-startup-id mpc next
# font for window titles. ISO 10646 = Unicode
font pango:DejaVu Sans Mono 11
bindsym $mod+o exec --no-startup-id ~/development/projects/xautorandr/xautorandr.sh
bindsym $mod+o exec --no-startup-id "bash -c '~/development/projects/xautorandr/xautorandr.sh ; kill -SIGUSR2 $(cat $HOME/.var/run/wallchanger.pid)'"
bindsym $mod+p exec --no-startup-id "bash -c 'kill -SIGUSR1 $(cat $HOME/.var/run/wallchanger.pid)'"
# start i3bar to display a workspace bar (plus the system information i3status

View File

@@ -1 +0,0 @@
/home/hannes/development/projects/wallchanger/wallchanger.bash