diff --git a/.config/i3/config b/.config/i3/config index d824ef7..39363c9 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -1,6 +1,6 @@ # =====GENERAL===== # Main modifier; Mod1 is alt -set $mod Mod4 +set $mod Mod1 # Modifier for floating-related operations floating_modifier $mod @@ -35,7 +35,7 @@ bindsym $mod+Shift+l move right bindsym $mod+f fullscreen toggle # kill focused window -bindsym $mod+x kill +bindsym Shift+$mod+x kill # toggle tiling / floating bindsym $mod+Shift+space floating toggle @@ -216,7 +216,7 @@ bindsym XF86KbdBrightnessUp exec brightnessctl --device='smc::kbd_backlight' set bindsym XF86KbdBrightnessDown exec brightnessctl --device='smc::kbd_backlight' set 10%- # Screenshot -bindsym Print exec "scrot ~/%Y-%m-%d-%T-screenshot.png" +bindsym --release Print exec "scrot -fis ~/Pictures/screenshots/%Y-%m-%d-%T.png" # Show shutdown menu bindsym $mod+Escape exec ~/.config/i3/scripts/shutdown_menu -p rofi -c diff --git a/.config/qutebrowser/autoconfig.yml b/.config/qutebrowser/autoconfig.yml deleted file mode 100644 index 0579994..0000000 --- a/.config/qutebrowser/autoconfig.yml +++ /dev/null @@ -1,16 +0,0 @@ -# If a config.py file exists, this file is ignored unless it's explicitly loaded -# via config.load_autoconfig(). For more information, see: -# https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/configuring.asciidoc#loading-autoconfigyml -# DO NOT edit this file by hand, qutebrowser will overwrite it. -# Instead, create a config.py - see :help for details. - -config_version: 2 -settings: - colors.webpage.darkmode.enabled: - global: false - content.notifications: - global: false - https://www.tubxporn.com: false - https://www.vrt.be: false - content.persistent_storage: - https://mega.nz: false