aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qtile
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
committerDavid Runge <dave@sleepmap.de>2016-08-16 16:05:08 +0200
commit5398090beb583efb86717010f90ebdf2552c4b94 (patch)
treea550fa866f8ba0c66296888031298582ff3781d3 /.config/qtile
parenta24212e200da85e91c20d3f7c6631a19b4bab04f (diff)
parent30d3a2fdefce354b65019226ba1762b0403b8439 (diff)
downloaddotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.gz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.bz2
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.tar.xz
dotfiles-5398090beb583efb86717010f90ebdf2552c4b94.zip
Merge branch 'master' of sleepmap.de:config/dotfiles
* 'master' of sleepmap.de:config/dotfiles: (28 commits) .config/qtile/config.py: Disabling broken TreeTab layout. Adding scide to dev. Changing background picture to lowercase. Enabling notification widget. .zsh.after/aliases.zsh: Adding automatic selection of audio backends for mpv. bin/set_volume: Adding further increase/decrease shortcuts. .scvimrc: Adding system runtimepath for .sc files. .config/mpd/mpd-trvlr-jack.conf: Adding mpd configuration for trvlr using JACK. .config/mpd/mpd-trvlr.conf: Adding mpd configuration for trlvr. .config/mpd/mpd.conf: Switching audio backend to JACK in default mpd config. .config/conky/side: Removing broken xft settings. .config/compton.conf .config/SuperCollider/startupfiles/rme_fireface800.scd: Removing obsolete configurations. .config/SuperCollider/startup.scd: Adding a generic startupFile for SuperCollider. .gitignore: Unignoring SuperCollider's startup file. .processing/preferences.txt: Removing configuration due to constant regneration and metadata leakage. .config/patchagerc: Removing useless configuration. .config/SuperCollider/sc_ide_conf.yaml: Removing redundant sc_ide_conf.yaml. .arduino/preferences.txt: Removing arduino preferences due to redundancy. .scvimrc: Using horizontal split in tmux. Removing old trash from ftplugin identifiers. Using SClangStart only on scd files. .config/gtk-3.0/gtk.css: Adding css to disable double drawing of menus/title bars and client-side decoration. .config/compton.conf: Disabling fading (too slow). Lowering shadow-radius, so it won't interfere with WM bars. .vdirsyncer/config: Adding 'b wins' conflict_resolution for akt. ...
Diffstat (limited to '.config/qtile')
-rw-r--r--.config/qtile/config.py46
1 files changed, 23 insertions, 23 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py
index 29c6c11..94f7629 100644
--- a/.config/qtile/config.py
+++ b/.config/qtile/config.py
@@ -27,7 +27,7 @@ audio_stop = home+"/bin/notify_mpd stop"
subprocess.call(['feh',
'--bg-fill',
- home+'/ownCloud/photos/desktop/underwater_greenery.JPG'])
+ home+'/ownCloud/photos/desktop/underwater_greenery.jpg'])
colors = {
"grey": "#555555",
@@ -140,7 +140,7 @@ matchers = {
Match(wm_class=[
re.compile('Processing'),
re.compile('processing-app-Base'),
- "scide",
+ re.compile('scide'),
"pdwindow",
"PdWindow",
"PatchWindow",
@@ -237,22 +237,22 @@ layouts = [
border_normal=colors["green"][1:],
margin=1,
),
- layout.TreeTab(
- active_bg=colors["red"][1:],
- #active_fg=colors["grey"][1:],
- active_fg='ffffff',
- inactive_bg=colors["green"][1:],
- #inactive_fg=colors["lgrey"][1:],
- inactive_fg='ffffff',
- border_focus=colors["red"][1:],
- border_normal=colors["green"][1:],
- font='Monospace',
- fontsize=14,
- margin_left=0,
- padding_left=0,
- panel_width=100,
- previous_on_rm=True,
- ),
+# layout.TreeTab(
+# active_bg=colors["red"][1:],
+# #active_fg=colors["grey"][1:],
+# active_fg='ffffff',
+# inactive_bg=colors["green"][1:],
+# #inactive_fg=colors["lgrey"][1:],
+# inactive_fg='ffffff',
+# border_focus=colors["red"][1:],
+# border_normal=colors["green"][1:],
+# font='Monospace',
+# fontsize=14,
+# margin_left=0,
+# padding_left=0,
+# panel_width=100,
+# previous_on_rm=True,
+# ),
layout.Stack(
border_focus=colors["red"][1:],
border_normal=colors["green"][1:],
@@ -288,10 +288,10 @@ screens = [
this_current_screen_border=colors["blue"]
),
widget.Sep(),
-# widget.Notify(
-# foreground_low=colors["red"][1:],
-# foreground_urgent=colors["red"][1:]
-# ),
+ widget.Notify(
+ foreground_low=colors["red"][1:],
+ foreground_urgent=colors["red"][1:]
+ ),
widget.Spacer(),
widget.CurrentLayout(),
widget.Sep(),
@@ -372,7 +372,7 @@ dgroups_key_binder = None
dgroups_app_rules = []
follow_mouse_focus = True
bring_front_click = False
-cursor_warp = True
+cursor_warp = False
floating_layout = layout.Floating()
auto_fullscreen = True
wmname = "LG3D"