diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2018-11-23 00:32:25 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2018-11-23 00:32:25 +0100 |
commit | ed0b4b912056e3a0f1cbf1d030e1fb0b85d6cb58 (patch) | |
tree | 9f349f214c34a219099a9d3660c695015282b795 /files/i3/config | |
parent | 20cdb4e7a69fd7655388ee76d32f3e8bb2acaeca (diff) | |
download | configs-ed0b4b912056e3a0f1cbf1d030e1fb0b85d6cb58.tar.gz configs-ed0b4b912056e3a0f1cbf1d030e1fb0b85d6cb58.zip |
Ranger now opens audio in floating window
Diffstat (limited to 'files/i3/config')
-rw-r--r-- | files/i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/i3/config b/files/i3/config index 2a01133..72f7c13 100644 --- a/files/i3/config +++ b/files/i3/config @@ -187,7 +187,7 @@ for_window [title="mpvfloat"] border pixel 1 for_window [title="pqivfloat"] floating enable for_window [title="pqivfloat"] sticky enable for_window [title="pqivfloat"] border pixel 1 -#assign [class="Transmission"] 5 +assign [class="Transmission"] 5 # edge borders hide_edge_borders both @@ -295,7 +295,7 @@ bindsym $mod+Shift+r mode "resize" # finds out, if available) bar { position top - font pango:monospace 7 + font pango:monospace 6 colors { background $black statusline $white2 @@ -311,4 +311,4 @@ bar { # bg #exec_always bash ~/scripts/pkmBgSelector.sh exec feh --bg-scale ~/images/wallpapers/bg* -exec transmission-gtk +#exec transmission-gtk |