updated sh, turned off zsh, update to hyprland conf
This commit is contained in:
@@ -26,7 +26,10 @@ autogenerated = 0 # remove this line to remove the warning
|
||||
#monitor=,preferred,auto,auto
|
||||
#monitor=,preferred,auto,auto #still need to test if this works with second monitor
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
xwayland {
|
||||
force_zero_scaling = true
|
||||
}
|
||||
###################
|
||||
### MY PROGRAMS ###
|
||||
###################
|
||||
@@ -55,10 +58,9 @@ exec-once = waybar
|
||||
#############################
|
||||
|
||||
# See https://wiki.hypr.land/Configuring/Environment-variables/
|
||||
|
||||
env = XCURSOR_SIZE,24
|
||||
env = HYPRCURSOR_SIZE,24
|
||||
|
||||
env = GDK_SCALE, 2
|
||||
|
||||
###################
|
||||
### PERMISSIONS ###
|
||||
@@ -95,7 +97,7 @@ general {
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
# Set to true enable resizing windows by clicking and dragging on borders and gaps
|
||||
resize_on_border = false
|
||||
resize_on_border = true
|
||||
|
||||
# Please see https://wiki.hypr.land/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
@@ -105,7 +107,7 @@ general {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#decoration
|
||||
decoration {
|
||||
rounding = 10
|
||||
rounding = 0
|
||||
rounding_power = 2
|
||||
|
||||
# Change transparency of focused and unfocused windows
|
||||
@@ -213,7 +215,6 @@ input {
|
||||
|
||||
# https://wiki.hypr.land/Configuring/Variables/#gestures
|
||||
gestures {
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
# Example per-device config
|
||||
@@ -278,9 +279,8 @@ bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||
bind = $mainMod, S, togglespecialworkspace, magic
|
||||
bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||
|
||||
# Scroll through existing workspaces with mainMod + scroll
|
||||
bind = $mainMod, mouse_down, workspace, e+1
|
||||
bind = $mainMod, mouse_up, workspace, e-1
|
||||
# Scroll through existing workspaces
|
||||
bind = $mainMod, TAB, workspace, m+1
|
||||
|
||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||
bindm = $mainMod, mouse:272, movewindow
|
||||
@@ -308,8 +308,7 @@ bindl = , XF86AudioPrev, exec, playerctl previous
|
||||
# See https://wiki.hypr.land/Configuring/Workspace-Rules/ for workspace rules
|
||||
|
||||
# Example windowrule
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)0
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user