mirror of
https://github.com/Dichgrem/DCGOS.git
synced 2025-12-16 19:22:00 -05:00
refactor:hyprland_bind
This commit is contained in:
6
dotfiles/.config/hypr/hyprland/bind.conf
vendored
6
dotfiles/.config/hypr/hyprland/bind.conf
vendored
@@ -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)
|
||||
|
||||
31
dotfiles/.config/keepassxc/keepassxc.ini
vendored
31
dotfiles/.config/keepassxc/keepassxc.ini
vendored
@@ -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
|
||||
Reference in New Issue
Block a user