diff options
author | Yigit Sever | 2019-07-02 14:51:08 +0300 |
---|---|---|
committer | Yigit Sever | 2019-07-02 14:51:08 +0300 |
commit | 7c0678bcfa89df2f97d8405a457260167afa947e (patch) | |
tree | ec734b74b63b12115ef4625b0f9b926d21b33234 | |
parent | f963f155dac960a86647d0cb5712900238de997b (diff) | |
download | dotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.tar.gz dotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.tar.bz2 dotfiles-7c0678bcfa89df2f97d8405a457260167afa947e.zip |
Flash the active window
-rw-r--r-- | .config/compton/compton.conf | 1 | ||||
-rw-r--r-- | .config/i3/config##desktop.Linux.Lowe | 6 |
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 |
48 | fading = true; | 49 | fading = 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 |
12 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'betterlockscreen -l dimblur -t "Welcome Back"' '' | 12 | exec --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 | ||
15 | exec --no-startup-id flashfocus | ||
16 | |||
14 | # Font for window titles | 17 | # Font for window titles |
15 | font pango:Lato 11 | 18 | font 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) |
37 | bindcode $mod+35 exec --no-startup-id "setxkbmap -model pc105 -layout us,tr -option grp:alt_shift_toggle,caps:swapescape" | 40 | bindcode $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 |
40 | bindsym Print exec flameshot gui | 44 | bindsym Print exec flameshot gui |
41 | 45 | ||
@@ -227,7 +231,7 @@ mode "$mode_gaps_inner" { | |||
227 | } | 231 | } |
228 | 232 | ||
229 | 233 | ||
230 | for_window [class=".*"] border pixel 3 | 234 | for_window [class=".*"] border pixel 0 |
231 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 235 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
232 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 236 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
233 | assign [class="^Thunderbird$"] 8 | 237 | assign [class="^Thunderbird$"] 8 |