summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-07-02 14:51:08 +0300
committerYigit Sever2019-07-02 14:51:08 +0300
commit7c0678bcfa89df2f97d8405a457260167afa947e (patch)
treeec734b74b63b12115ef4625b0f9b926d21b33234
parentf963f155dac960a86647d0cb5712900238de997b (diff)
downloaddotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.tar.gz
dotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.tar.bz2
dotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.zip
Flash the active window
-rw-r--r--.config/compton/compton.conf1
-rw-r--r--.config/i3/config##desktop.Linux.Lowe6
2 files changed, 6 insertions, 1 deletions
diff --git a/.config/compton/compton.conf b/.config/compton/compton.conf
index 51979a6..a0873cc 100644
--- a/.config/compton/compton.conf
+++ b/.config/compton/compton.conf
@@ -43,6 +43,7 @@ opacity-rule = [
43 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'", 43 "100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
44 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'", 44 "100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
45 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'", 45 "100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'",
46 "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'"
46]; 47];
47# Fading 48# Fading
48fading = true; 49fading = true;
diff --git a/.config/i3/config##desktop.Linux.Lowe b/.config/i3/config##desktop.Linux.Lowe
index ea0d831..69b3edd 100644
--- a/.config/i3/config##desktop.Linux.Lowe
+++ b/.config/i3/config##desktop.Linux.Lowe
@@ -11,6 +11,9 @@ exec --no-startup-id $HOME/.config/polybar/launch.sh &
11# start the screensaver, '' at the end is not a typo 11# start the screensaver, '' at the end is not a typo
12exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' 12exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' ''
13 13
14# flash the active window
15exec --no-startup-id flashfocus
16
14# Font for window titles 17# Font for window titles
15font pango:Lato 11 18font pango:Lato 11
16 19
@@ -36,6 +39,7 @@ bindsym $mod+Shift+t exec --no-startup-id ~/bin/td
36# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic) 39# swap caps lock and escape, set keyboard layout, 35 is ]/ü (layout agnostic)
37bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" 40bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape"
38 41
42
39# use flameshot with print screen 43# use flameshot with print screen
40bindsym Print exec flameshot gui 44bindsym Print exec flameshot gui
41 45
@@ -227,7 +231,7 @@ mode "$mode_gaps_inner" {
227} 231}
228 232
229 233
230for_window [class=".*"] border pixel 3 234for_window [class=".*"] border pixel 0
231for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 235for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
232for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 236for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
233assign [class="^Thunderbird$"] 8 237assign [class="^Thunderbird$"] 8