lots
This commit is contained in:
@@ -40,7 +40,6 @@ $color_pick = hyprpicker --autocopy
|
||||
$messaging = vesktop
|
||||
$calculator = flatpak run org.gnome.Calculator
|
||||
$refresh = random-paper && hyprctl hyprpaper reload ,"~/wallpapers/active.png"
|
||||
$email = thunderbird
|
||||
|
||||
|
||||
#################
|
||||
@@ -55,7 +54,6 @@ execr-once = hyprctl setcursor phinger-cursors-light 24
|
||||
execr-once = hypridle
|
||||
execr-once = systemctl --user start hyprpolkitagent
|
||||
execr-once = eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||
execr-once = protonmail-bridge -n
|
||||
exec-once = [workspace 1 silent] $browser
|
||||
exec-once = [workspace 11 silent] $messaging
|
||||
exec-once = [workspace 12 silent] foot bluetui
|
||||
@@ -120,6 +118,7 @@ decoration {
|
||||
# Change transparency of focused and unfocused windows
|
||||
active_opacity = 1.0
|
||||
inactive_opacity = 0.9
|
||||
dim_modal = true
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#blur
|
||||
blur {
|
||||
@@ -166,7 +165,7 @@ misc {
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||
input {
|
||||
kb_layout = nus # Custom xkb layout
|
||||
kb_layout = us # Custom xkb layout
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
@@ -185,9 +184,9 @@ input {
|
||||
}
|
||||
}
|
||||
|
||||
# https://wiki.hyprland.org/Configuring/Variables/#gestures
|
||||
# https://wiki.hypr.land/Configuring/Gestures/
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
gesture = 3, horizontal, workspace
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
@@ -208,27 +207,28 @@ device {
|
||||
###################
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||||
$mainMod = ALT # Sets "Windows" key as main modifier
|
||||
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
|
||||
# See https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod SHIFT, RETURN, exec, $terminal
|
||||
bind = $mainMod, SPACE, exec, $terminal
|
||||
bind = $mainMod, Y, exec, $browser
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod SHIFT, Q, exit,
|
||||
bind = $mainMod, R, exec, $fileManager
|
||||
bind = $mainMod, O, togglefloating,
|
||||
bind = $mainMod, SPACE, exec, $menu
|
||||
bind = $mainMod, P, pseudo, # dwindle
|
||||
bind = $mainMod, J, togglesplit, # dwindle
|
||||
bind = $mainMod, J, exec, $menu
|
||||
bind = $mainMod, H, pseudo, # dwindle
|
||||
bind = $mainMod, T, togglesplit, # dwindle
|
||||
bind = $mainMod, F, fullscreen
|
||||
bind = $mainMod, S, exec, $screenshot_part
|
||||
bind = $mainMod SHIFT, S, exec, $screenshot_full
|
||||
bind = $mainMod, G, swapnext
|
||||
bind = $mainMod, BACKSLASH, exec, $color_pick
|
||||
bind = $mainMod CTRL SHIFT, A, exec, shutdown now
|
||||
bind = ,F12, exec, $lock
|
||||
bind = ,code:157, exec, $refresh
|
||||
bind = ,code:148, exec, $calculator
|
||||
bind = ,F13, exec, $lock
|
||||
bind = ,XF86Launch2, exec, $refresh
|
||||
bind = ,F16, exec, $refresh
|
||||
bind = ,XF86Calculator, exec, $calculator
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, left, movefocus, l
|
||||
@@ -249,9 +249,6 @@ bind = $mainMod, N, exec, ps aux | grep "foot -o colors.regular4=191724 nmtuii"
|
||||
# Memory and system control (BTOP)
|
||||
bind = $mainMod, M, workspace, 14
|
||||
bind = $mainMod, M, exec, ps aux | grep "foot btop" | grep -v grep || foot btop
|
||||
# Email
|
||||
bind = $mainMod, E, workspace, 15
|
||||
bind = $mainMod, E, exec, ps aux | grep "thunderbird" | grep -v grep || thunderbird
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
Reference in New Issue
Block a user