Some changes.

This commit is contained in:
2014-07-21 02:29:37 +02:00
parent 9905179693
commit f0d0e2406d
10 changed files with 51 additions and 30 deletions

View File

@@ -181,7 +181,7 @@
### START APPLICATIONS #####################################################
bindsym $mod+d exec i3-dmenu-desktop --dmenu="dmenu -b -i -l 10 -p '>'"
bindsym $mod+d exec j4-dmenu-desktop --dmenu="dmenu -b -i -l 10 -p '>'"
bindsym $mod+Return exec $terminal
bindsym $mod+F1 exec firefox
@@ -303,7 +303,7 @@ client.urgent #2f343a #900000 #ffffff #900000
for_window [class="^Terminator$"] border 1pixel
for_window [class="^Firefox$"] border none
for_window [class="^Truecrypt$"] floating enable
for_window [class="^URxvt$"] border none
for_window [class="^URxvt$"] border 1pixel
for_window [class="^Cairo-dock$"] floating enable , border none
for_window [class="^Pavucontrol$"] floating enable
for_window [title="^Skype.*for Linux$" ] floating enable , border none
@@ -311,7 +311,7 @@ client.urgent #2f343a #900000 #ffffff #900000
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="^Steam$" ] border 1pixel
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
#for_window [class="^Steam$" title="Chat$" ] border 1pixel , floating enable
@@ -319,6 +319,7 @@ client.urgent #2f343a #900000 #ffffff #900000
for_window [class="^Evince$" ] border none
for_window [class="^Designer$" ] border none
for_window [class="^main\.py$" ] floating enable
for_window [class="^Xfce4-panel$"] floating enable

View File

@@ -4,8 +4,8 @@ bindsym XF86AudioMute exec --no-startup-id amixer set Master toggle
bindsym XF86AudioRaiseVolume exec --no-startup-id bash $HOME/.i3/scripts/pa-volume.bash set-vol +5 ; exec --no-startup-id "bash $HOME/.i3/scripts/update-status.bash"
bindsym XF86AudioLowerVolume exec --no-startup-id bash $HOME/.i3/scripts/pa-volume.bash set-vol -5 ; exec --no-startup-id "bash $HOME/.i3/scripts/update-status.bash"
# keys seemingly switched
bindsym XF86MonBrightnessUp exec --no-startup-id sudo /usr/local/bin/backlight.sh -10
bindsym XF86MonBrightnessDown exec --no-startup-id sudo /usr/local/bin/backlight.sh +10
bindsym XF86MonBrightnessUp exec --no-startup-id sudo /usr/local/bin/backlight.sh -10 ; exec --no-startup-id "bash $HOME/.i3/scripts/update-status.bash"
bindsym XF86MonBrightnessDown exec --no-startup-id sudo /usr/local/bin/backlight.sh +10 ; exec --no-startup-id "bash $HOME/.i3/scripts/update-status.bash"
bindsym XF86AudioPlay exec --no-startup-id mpc toggle

View File

@@ -153,11 +153,15 @@ ${endif}\
\
\
\
{ "full_text" : " $uptime_short " , "color" : "\#FFFFFF" , "name" : "sysinfo" },\
{ "full_text" : " ${texeci 60 /usr/local/bin/backlight.sh get-current-perc}% " , "color" : "\#FFFFFF" , "name" : "backlight" },\
\
\
\
{ "full_text" : " ${time %a %F %T} " , "color" : "\#FFFFFF" , "name" : "time" },\
{ "full_text" : "  $uptime_short " , "color" : "\#FFFFFF" , "name" : "sysinfo" },\
\
\
\
{ "full_text" : "  ${time %a %F %T} " , "color" : "\#FFFFFF" , "name" : "time" },\
\
\
\

0
i3/i3/scripts/update-status.bash Normal file → Executable file
View File