chore: moving to hyprland?
This commit is contained in:
parent
708649e6a4
commit
cb5ca8d3f7
3 changed files with 146 additions and 119 deletions
|
@ -1,22 +1,23 @@
|
|||
env = LIBVA_DRIVER_NAME,nvidia
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
env = GBM_BACKEND,nvidia-drm
|
||||
env = __GLX_VENDOR_LIBRARY_NAME,nvidia
|
||||
env = WLR_NO_HARDWARE_CURSORS,1
|
||||
|
||||
monitor = eDP-1,1920x1080@60,0x0,1
|
||||
workspace = eDP-1,1
|
||||
|
||||
#Startup config
|
||||
|
||||
exec-once=waybar
|
||||
exec-once=swaybg -i ~/Nextcloud/Documents/backgrounds/Alice/purple_cactus_background.png
|
||||
exec-once=playerctld
|
||||
exec-once=nm-applet
|
||||
exec-once=firefox
|
||||
exec-once=alacritty
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_layout = us,pt
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_options = caps:escape , grp:win_space_toggle
|
||||
kb_rules =
|
||||
follow_mouse = 1
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
natural_scroll = yes
|
||||
}
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
@ -119,16 +120,16 @@ bind = $mainMod, h, resizeactive, -50 0
|
|||
bind = $mainMod, l, resizeactive, 50 0
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, moveworkspacetomonitor, 1 current
|
||||
bind = $mainMod, 2, moveworkspacetomonitor, 2 current
|
||||
bind = $mainMod, 3, moveworkspacetomonitor, 3 current
|
||||
bind = $mainMod, 4, moveworkspacetomonitor, 4 current
|
||||
bind = $mainMod, 5, moveworkspacetomonitor, 5 current
|
||||
bind = $mainMod, 6, moveworkspacetomonitor, 6 current
|
||||
bind = $mainMod, 7, moveworkspacetomonitor, 7 current
|
||||
bind = $mainMod, 8, moveworkspacetomonitor, 8 current
|
||||
bind = $mainMod, 9, moveworkspacetomonitor, 9 current
|
||||
bind = $mainMod, 0, moveworkspacetomonitor, 10 current
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
bind = $mainMod, 2, workspace, 2
|
||||
bind = $mainMod, 3, workspace, 3
|
||||
bind = $mainMod, 4, workspace, 4
|
||||
bind = $mainMod, 5, workspace, 5
|
||||
bind = $mainMod, 6, workspace, 6
|
||||
bind = $mainMod, 7, workspace, 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]
|
||||
bind = $mainMod SHIFT, 1, movetoworkspace, 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue