diff --git a/dotfiles/.config/hypr/hyprland/bind.conf b/dotfiles/.config/hypr/hyprland/bind.conf index e450e49..5bd3d5a 100644 --- a/dotfiles/.config/hypr/hyprland/bind.conf +++ b/dotfiles/.config/hypr/hyprland/bind.conf @@ -6,7 +6,7 @@ binds { ## App Launcher -bindr = ALT, SPACE, exec, fuzzel +bindr = SUPER, SPACE, exec, fuzzel ## Restart some programs @@ -19,12 +19,14 @@ bind = Ctrl_ALT, B, exec, pkill waybar;sleep 1;waybar # Status Bar ## Shortcuts +### Browser +bind = SUPER, B, exec, floorp ### File Explorer bind = SUPER, E, exec, nemo ### Logout Menu bind = CTRL_SUPER, Q, exec, wlogout ### Terminal Emulator -bind = SUPER, T, exec, alacritty +bind = SUPER, Return, exec, alacritty ### Screenshot (Area Mod) bind = SUPER, S, exec, sh ~/.config/waybar/scripts/Screenshot-Area.sh ### Screenshot (Fullscreen Mod) diff --git a/dotfiles/.config/keepassxc/keepassxc.ini b/dotfiles/.config/keepassxc/keepassxc.ini deleted file mode 100644 index e1d1059..0000000 --- a/dotfiles/.config/keepassxc/keepassxc.ini +++ /dev/null @@ -1,31 +0,0 @@ -[General] -ConfigVersion=2 - -[Browser] -AlwaysAllowAccess=true -CustomProxyLocation= -Enabled=false - -[FdoSecrets] -Enabled=false - -[GUI] -ApplicationTheme=classic -MinimizeOnClose=true -MinimizeOnStartup=false -MinimizeToTray=true -ShowTrayIcon=true -ToolButtonStyle=0 -TrayIconAppearance=monochrome-dark - -[PasswordGenerator] -AdditionalChars= -ExcludedChars= -SpecialChars=false - -[SSHAgent] -Enabled=true - -[Security] -ClearClipboard=false -IconDownloadFallback=true