Bunch of i3 and rofi improvements
This commit is contained in:
@ -40,10 +40,11 @@ blur-background-exclude = [
|
||||
"window_type = 'desktop'",
|
||||
"_GTK_FRAME_EXTENTS@:c"
|
||||
];
|
||||
opacity-rule = [
|
||||
"90:class_g = 'kitty'",
|
||||
"95:class_g = 'Firefox'"
|
||||
];
|
||||
|
||||
#opacity-rule = [
|
||||
# "90:class_g = 'kitty'",
|
||||
# "95:class_g = 'Firefox'"
|
||||
#];
|
||||
|
||||
# Fading
|
||||
fading = true;
|
||||
|
||||
@ -30,7 +30,9 @@ font pango:DejaVu Sans Mono 8
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
exec feh --bg-scale ~/.config/i3/background.png
|
||||
|
||||
# Set our background
|
||||
exec ~/var/documents/scripts/changepaper.sh
|
||||
|
||||
#exec --no-startup-id betterlockscreen -w
|
||||
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||
|
||||
Reference in New Issue
Block a user