new comments
This commit is contained in:
parent
bec9cc26c3
commit
11dffb4c83
1 changed files with 17 additions and 10 deletions
|
|
@ -19,19 +19,19 @@ monitor=HDMI-A-1,1920x1080@60,0x0,1
|
|||
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
|
||||
# Execute your favorite apps at launch
|
||||
# Autostart
|
||||
exec-once = waybar & hyprpaper & dbus-launch kdeconnect-indicator
|
||||
|
||||
# Source a file (multi-file configs)
|
||||
# source = ~/.config/hypr/myColors.conf
|
||||
|
||||
# Set programs that you use
|
||||
# Programs
|
||||
$terminal = kitty
|
||||
$fileManager = nautilus
|
||||
# $menu = /home/ltadeu6/.config/rofi/launcher
|
||||
$menu = wofi --show drun
|
||||
|
||||
# Some default env vars.
|
||||
# Environment
|
||||
env = XCURSOR_SIZE,30
|
||||
# env = QT_QPA_PLATFORMTHEME,qt6ct # change to qt6ct if you have that
|
||||
# env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
|
|
@ -40,6 +40,7 @@ env = XCURSOR_SIZE,30
|
|||
# env = ADW_DISABLE_PORTAL,1
|
||||
# env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
# Input
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = br
|
||||
|
|
@ -116,6 +117,7 @@ animations {
|
|||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
# Layouts
|
||||
dwindle {
|
||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||
pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||
|
|
@ -147,6 +149,7 @@ misc {
|
|||
# sensitivity = -0.5
|
||||
# }
|
||||
|
||||
# Window rules
|
||||
# Example windowrule v1
|
||||
# windowrule = float, ^(kitty)$
|
||||
# Example windowrule v2
|
||||
|
|
@ -169,9 +172,11 @@ windowrulev2 = workspace 2 silent, class:^(Emacs)$
|
|||
|
||||
# layerrule = unset, notificationse
|
||||
|
||||
# Keybinds
|
||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||
$mainMod = SUPER
|
||||
|
||||
# Launchers and actions
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Return, exec, $terminal
|
||||
bind = $mainMod SHIFT, Return, exec, app.zen_browser.zen
|
||||
|
|
@ -187,22 +192,26 @@ bind = $mainMod, F, fullscreen
|
|||
bind = $mainMod CTRL, F, fullscreenstate, 0, 2
|
||||
bind = $mainMod, C, centerwindow, 1
|
||||
|
||||
# Focus and movement
|
||||
# Move focus with mainMod + arrow keys
|
||||
bind = $mainMod, right, movefocus, l
|
||||
bind = $mainMod, left, movefocus, r
|
||||
bind = $mainMod, up, movefocus, u
|
||||
bind = $mainMod, down, movefocus, d
|
||||
|
||||
# Resize
|
||||
bind = $mainMod SHIFT, right, resizeactive, 30 0
|
||||
bind = $mainMod SHIFT, left, resizeactive, -30 0
|
||||
bind = $mainMod SHIFT, up, resizeactive, 0 -30
|
||||
bind = $mainMod SHIFT, down, resizeactive, 0 30
|
||||
|
||||
# Move windows (vim-style)
|
||||
bind = SUPER SHIFT, H, movewindow, l
|
||||
bind = SUPER SHIFT, L, movewindow, r
|
||||
bind = SUPER SHIFT, K, movewindow, u
|
||||
bind = SUPER SHIFT, J, movewindow, d
|
||||
|
||||
# Workspaces
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
|
|
@ -215,7 +224,7 @@ bind = $mainMod, 8, workspace, 8
|
|||
bind = $mainMod, 9, workspace, 9
|
||||
bind = $mainMod, 0, workspace, 10
|
||||
|
||||
# Move active window to a workspace with mainMod + SHIFT + [0-9]
|
||||
# Move active window to a workspace with mainMod + ALT + [0-9]
|
||||
bind = $mainMod ALT, 1, movetoworkspace, 1
|
||||
bind = $mainMod ALT, 2, movetoworkspace, 2
|
||||
bind = $mainMod ALT, 3, movetoworkspace, 3
|
||||
|
|
@ -231,20 +240,18 @@ bind = $mainMod ALT, 0, movetoworkspace, 10
|
|||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod ALT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
# Workspace navigation
|
||||
# Cycle workspaces with mainMod + TAB / SHIFT + TAB (and previous with mainMod + Q)
|
||||
bind = $mainMod, TAB, workspace, +1
|
||||
bind = $mainMod SHIFT, TAB, workspace, -1
|
||||
bind = $mainMod, Q, workspace, previous
|
||||
|
||||
# Mouse
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
bindm = $mainMod, mouse:273, resizewindow
|
||||
|
||||
# FN keys
|
||||
# Media and hardware keys
|
||||
|
||||
bindel=, XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
bindel=, XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue