✨ update a lot of dotfiles and dirs
This commit is contained in:
+17
-7
@@ -7,8 +7,8 @@
|
||||
$mainMod = SUPER
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
$menu = wofi --show drun
|
||||
$screenshotDir = "/home/"+ $USER +"/Images/Screenshots"
|
||||
$menu = wofi -I -m -a -G -i
|
||||
$screenshotDir = "$HOME/Imagens/Capturas"
|
||||
|
||||
input {
|
||||
kb_layout = br
|
||||
@@ -26,19 +26,26 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/#per-device-input-configs for more
|
||||
device {
|
||||
name = epic-mouse-v1
|
||||
sensitivity = -0.5
|
||||
}
|
||||
|
||||
# Main binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, K, exec, $terminal
|
||||
bind = $mainMod, Q, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod, Q, killactive
|
||||
bind = $mainMod, E, exec, $fileManager
|
||||
bind = $mainMod, V, togglefloating,
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, F, togglefloating
|
||||
bind = $mainMod, SPACE, exec, $menu --show drun -p "Search for Programs..."
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, J, togglesplit # dwindle
|
||||
bind = $mainMod ALT, ENTER, fullscreen
|
||||
|
||||
# Function keys
|
||||
@@ -55,6 +62,9 @@ bind = , code:233, exec, brightnessctl s +5% # Increase monitor brightness
|
||||
bind = , Print, exec, hyprshot -m region --output-folder $screenshotDir
|
||||
bind = $mainMod, Print, exec, hyprshot -m output --output-folder $screenshotDir
|
||||
|
||||
# Open wofi clipboard
|
||||
bind = $mainMod, V, exec, cliphist list | $menu -p "Search through clipboard..." -S dmenu | cliphist decode | wl-copy
|
||||
|
||||
# Reloading Components
|
||||
# Waybar
|
||||
bind = $mainMod, F7, exec, pkill waybar && waybar
|
||||
|
||||
Reference in New Issue
Block a user