Commit 736eb387 authored by Jay Ta'ala's avatar Jay Ta'ala
Browse files

Added CopyQ window effects (now shows as floating border 1, and 80%...

Added CopyQ window effects (now shows as floating border 1, and 80% transparency).  GParted not now float (that always annoyed me).
parent 975667b9
...@@ -10,7 +10,7 @@ shadow-offset-y = 1; ...@@ -10,7 +10,7 @@ shadow-offset-y = 1;
shadow-opacity = .3; shadow-opacity = .3;
shadow-ignore-shaped = false; shadow-ignore-shaped = false;
shadow-exclude = [ shadow-exclude = [
"name = 'Notification'", "name = 'Notification'",
# workaround for conky until it provides window properties: # workaround for conky until it provides window properties:
"override_redirect = 1 && !WM_CLASS@:s", "override_redirect = 1 && !WM_CLASS@:s",
"class_g ?= 'Dmenu'", "class_g ?= 'Dmenu'",
...@@ -59,47 +59,48 @@ invert-color-include = [ ]; ...@@ -59,47 +59,48 @@ invert-color-include = [ ];
glx-copy-from-front = false; glx-copy-from-front = false;
glx-swap-method = "undefined"; glx-swap-method = "undefined";
opacity-rule = [ opacity-rule = [
"99:name *?= 'Call'", "99:name *?= 'Call'",
"99:class_g = 'Chromium'", "99:class_g = 'Chromium'",
"99:name *?= 'Conky'", "99:name *?= 'Conky'",
"99:class_g = 'Darktable'", "99:class_g = 'Darktable'",
"50:class_g = 'Dmenu'", "50:class_g = 'Dmenu'",
"99:name *?= 'Event'", "99:name *?= 'Event'",
"99:class_g = 'Firefox'", "99:class_g = 'Firefox'",
"99:class_g = 'GIMP'", "99:class_g = 'GIMP'",
"99:name *?= 'Image'", "99:name *?= 'Image'",
"99:class_g = 'Lazpaint'", "99:class_g = 'Lazpaint'",
"99:class_g = 'Midori'", "99:class_g = 'Midori'",
"99:name *?= 'Minitube'", "99:name *?= 'Minitube'",
"99:class_g = 'Mousepad'", "99:class_g = 'Mousepad'",
"99:name *?= 'MuseScore'", "99:name *?= 'MuseScore'",
"90:name *?= 'Page Info'", "90:name *?= 'Page Info'",
"99:name *?= 'Pale Moon'", "99:name *?= 'Pale Moon'",
"90:name *?= 'Panel'", "90:name *?= 'Panel'",
"99:class_g = 'Pinta'", "99:class_g = 'Pinta'",
"90:name *?= 'Restart'", "90:name *?= 'Restart'",
"99:name *?= 'sudo'", "99:name *?= 'sudo'",
"99:name *?= 'Screenshot'", "99:name *?= 'Screenshot'",
"99:class_g = 'Viewnior'", "99:class_g = 'Viewnior'",
"99:class_g = 'VirtualBox'", "99:class_g = 'VirtualBox'",
"99:name *?= 'VLC'", "99:name *?= 'VLC'",
"99:name *?= 'Write'", "99:name *?= 'Write'",
"93:class_g = 'URxvt' && !_NET_WM_STATE@:32a", "93:class_g = 'URxvt' && !_NET_WM_STATE@:32a",
"0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'", "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
"99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'" "99:_NET_WM_STATE@:32a *= '_NET_WM_STATE_STICKY'",
"80:class_g = 'copyq'"
]; ];
wintypes : wintypes :
{ {
tooltip : tooltip :
{ {
fade = true; fade = true;
shadow = false; shadow = false;
opacity = 0.85; opacity = 0.85;
focus = true; focus = true;
}; };
fullscreen : fullscreen :
{ {
fade = true; fade = true;
shadow = false; shadow = false;
......
...@@ -108,8 +108,8 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_ ...@@ -108,8 +108,8 @@ bindsym $mod+Shift+b move container to workspace back_and_forth; workspace back_
# split orientation # split orientation
bindsym $mod+h split h;exec notify-send 'tile horizontally' bindsym $mod+h split h;exec notify-send 'tile horizontally'
bindsym $mod+v split v;exec notify-send 'tile vertically' bindsym $mod+v split v;exec notify-send 'tile vertically'
bindsym $mod+q split h; layout tabbed bindsym $mod+q split h;
bindsym $mod+Mod1+q split h; bindsym $mod+Mod1+q split h; layout tabbed
# toggle fullscreen mode for the focused container # toggle fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle bindsym $mod+f fullscreen toggle
...@@ -208,7 +208,7 @@ for_window [class="Calamares"] floating enable border normal ...@@ -208,7 +208,7 @@ for_window [class="Calamares"] floating enable border normal
for_window [class="Clipgrab"] floating enable for_window [class="Clipgrab"] floating enable
for_window [title="File Transfer*"] floating enable for_window [title="File Transfer*"] floating enable
for_window [class="Galculator"] floating enable border pixel 1 for_window [class="Galculator"] floating enable border pixel 1
for_window [class="GParted"] floating enable border normal #for_window [class="GParted"] floating enable border normal
for_window [title="i3_help"] floating enable sticky enable border normal for_window [title="i3_help"] floating enable sticky enable border normal
for_window [class="Lightdm-gtk-greeter-settings"] floating enable for_window [class="Lightdm-gtk-greeter-settings"] floating enable
for_window [class="Lxappearance"] floating enable sticky enable border normal for_window [class="Lxappearance"] floating enable sticky enable border normal
...@@ -230,6 +230,7 @@ for_window [class="Thus"] floating enable border normal ...@@ -230,6 +230,7 @@ for_window [class="Thus"] floating enable border normal
for_window [class="Timeset-gui"] floating enable border normal for_window [class="Timeset-gui"] floating enable border normal
#for_window [class="(?i)virtualbox"] floating enable border normal #for_window [class="(?i)virtualbox"] floating enable border normal
for_window [class="Xfburn"] floating enable for_window [class="Xfburn"] floating enable
for_window [class="copyq"] floating enable border pixel 1
# switch to workspace with urgent window automatically # switch to workspace with urgent window automatically
for_window [urgent=latest] focus for_window [urgent=latest] focus
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment