Skip to content

Commit

Permalink
add features
Browse files Browse the repository at this point in the history
  • Loading branch information
beaussan committed Jan 15, 2021
1 parent a5341ce commit ca63e1f
Show file tree
Hide file tree
Showing 7 changed files with 153 additions and 205 deletions.
4 changes: 3 additions & 1 deletion general/compton.conf
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,10 @@ opacity-rule = [
"99:class_g = 'Vivaldi-stable'",
"99:class_g ~= 'notion-nativefier.*'",
"99:class_g ~= 'Minecraft.*'",
"99:class_g ~= 'FML.*'",
"99:class_g = 'Vlc'",
"99:class_g = 'zoom'"
"99:class_g = 'zoom'",
"99:class_g = 'audible-for-linux'"
];


Expand Down
3 changes: 0 additions & 3 deletions general/i3config
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ gaps inner 10
bindsym $mod+Shift+space floating toggle

exec --no-startup-id feh --bg-scale ~/.dotfiles/wall.jpg
#exec --no-startup-id xautolock -time 10 -locker /home/mathieu/scripts/lock.sh -secure
#exec --no-startup-id ~/scripts/random_wallpaper.sh
exec --no-startup-id xautolock -time 10 -locker ~/scripts/lock.sh -secure
exec --no-startup-id exec picom -cb --config .compton.conf
exec --no-startup-id exec picom -cb --config .compton.conf
Expand All @@ -223,4 +221,3 @@ exec --no-startup-id jetbrains-toolbox --minimize --disable-seccomp-filter-sandb
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
exec xrdb ~/.Xresources
exec --no-startup-id exec $HOME/scripts/init_workspace.sh
# exec yabar
Loading

0 comments on commit ca63e1f

Please sign in to comment.