Moves settings to own folder
This commit is contained in:
parent
084c39594e
commit
f04b78f3d5
14 changed files with 138 additions and 128 deletions
|
|
@ -1,125 +1,12 @@
|
|||
# /* ---- 💫 https://github.com/JaKooLit 💫 ---- */ #
|
||||
# User Settings
|
||||
# This is where you put your own settings as this will not be touched during update
|
||||
# if the upgrade.sh is used.
|
||||
$settingsPath = ~/.config/hypr/config/settings
|
||||
|
||||
# refer to Hyprland wiki for more info https://wiki.hyprland.org/Configuring/Variables/
|
||||
|
||||
# NOTE: some settings are in ~/.config/hypr/UserConfigs/UserDecorAnimations.conf
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
special_scale_factor = 0.8
|
||||
}
|
||||
|
||||
master {
|
||||
new_status = master
|
||||
new_on_top = 1
|
||||
mfact = 0.5
|
||||
}
|
||||
|
||||
general {
|
||||
resize_on_border = true
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
repeat_rate = 50
|
||||
repeat_delay = 300
|
||||
accel_profile = flat
|
||||
|
||||
sensitivity = 0 #mouse sensitivity
|
||||
numlock_by_default = true
|
||||
left_handed = false
|
||||
follow_mouse = true
|
||||
float_switch_override_focus = false
|
||||
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
natural_scroll = false
|
||||
clickfinger_behavior = false
|
||||
middle_button_emulation = true
|
||||
tap-to-click = true
|
||||
drag_lock = false
|
||||
}
|
||||
|
||||
# below for devices with touchdevice ie. touchscreen
|
||||
touchdevice {
|
||||
enabled = true
|
||||
}
|
||||
|
||||
# below is for table see link above for proper variables
|
||||
tablet {
|
||||
transform = 0
|
||||
left_handed = 0
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
device {
|
||||
name = logitech-mx-ergo-1
|
||||
accel_profile = adaptive
|
||||
}
|
||||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_distance = 500
|
||||
workspace_swipe_invert = true
|
||||
workspace_swipe_min_speed_to_force = 30
|
||||
workspace_swipe_cancel_ratio = 0.5
|
||||
workspace_swipe_create_new = true
|
||||
workspace_swipe_forever = true
|
||||
#workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right
|
||||
}
|
||||
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
vfr = true
|
||||
vrr = 2
|
||||
mouse_move_enables_dpms = true
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(kitty)$
|
||||
focus_on_activate = false
|
||||
initial_workspace_tracking = 0
|
||||
middle_click_paste = false
|
||||
}
|
||||
|
||||
#opengl {
|
||||
# nvidia_anti_flicker = true
|
||||
#}
|
||||
|
||||
binds {
|
||||
workspace_back_and_forth = true
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
||||
|
||||
#Could help when scaling and not pixelating
|
||||
xwayland {
|
||||
enabled = true
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
# render section for Hyprland >= v0.42.0
|
||||
render {
|
||||
explicit_sync = 2
|
||||
explicit_sync_kms = 2
|
||||
direct_scanout = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
sync_gsettings_theme = true
|
||||
no_hardware_cursors = 2
|
||||
enable_hyprcursor = true
|
||||
warp_on_change_workspace = 2
|
||||
no_warps = true
|
||||
}
|
||||
source = $settingsPath/Dwindle.conf
|
||||
source = $settingsPath/Master.conf
|
||||
source = $settingsPath/General.conf
|
||||
source = $settingsPath/Input.conf
|
||||
source = $settingsPath/Gestures.conf
|
||||
source = $settingsPath/Misc.conf
|
||||
source = $settingsPath/Binds.conf
|
||||
source = $settingsPath/Xwayland.conf
|
||||
source = $settingsPath/Render.conf
|
||||
source = $settingsPath/Cursor.conf
|
||||
|
|
|
|||
6
.config/hypr/config/settings/Binds.conf
Normal file
6
.config/hypr/config/settings/Binds.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
binds {
|
||||
workspace_back_and_forth = true
|
||||
allow_workspace_cycles = true
|
||||
pass_mouse_when_bound = false
|
||||
}
|
||||
8
.config/hypr/config/settings/Cursor.conf
Normal file
8
.config/hypr/config/settings/Cursor.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
cursor {
|
||||
sync_gsettings_theme = true
|
||||
no_hardware_cursors = 2
|
||||
enable_hyprcursor = true
|
||||
warp_on_change_workspace = 2
|
||||
no_warps = true
|
||||
}
|
||||
5
.config/hypr/config/settings/Dwindle.conf
Normal file
5
.config/hypr/config/settings/Dwindle.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
special_scale_factor = 0.8
|
||||
}
|
||||
5
.config/hypr/config/settings/General.conf
Normal file
5
.config/hypr/config/settings/General.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
general {
|
||||
resize_on_border = true
|
||||
|
||||
layout = dwindle
|
||||
}
|
||||
11
.config/hypr/config/settings/Gestures.conf
Normal file
11
.config/hypr/config/settings/Gestures.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
gestures {
|
||||
workspace_swipe = true
|
||||
workspace_swipe_fingers = 3
|
||||
workspace_swipe_distance = 500
|
||||
workspace_swipe_invert = true
|
||||
workspace_swipe_min_speed_to_force = 30
|
||||
workspace_swipe_cancel_ratio = 0.5
|
||||
workspace_swipe_create_new = true
|
||||
workspace_swipe_forever = true
|
||||
#workspace_swipe_use_r = true #uncomment if wanted a forever create a new workspace with swipe right
|
||||
}
|
||||
25
.config/hypr/config/settings/Input.conf##class.Laptop
Normal file
25
.config/hypr/config/settings/Input.conf##class.Laptop
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
input {
|
||||
kb_layout = de
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
repeat_rate = 50
|
||||
repeat_delay = 300
|
||||
accel_profile = adaptive
|
||||
|
||||
sensitivity = 0 #mouse sensitivity
|
||||
numlock_by_default = true
|
||||
left_handed = false
|
||||
follow_mouse = true
|
||||
float_switch_override_focus = false
|
||||
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
natural_scroll = false
|
||||
clickfinger_behavior = false
|
||||
middle_button_emulation = true
|
||||
tap-to-click = true
|
||||
drag_lock = false
|
||||
}
|
||||
}
|
||||
30
.config/hypr/config/settings/Input.conf##class.PC
Normal file
30
.config/hypr/config/settings/Input.conf##class.PC
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options =
|
||||
kb_rules =
|
||||
repeat_rate = 50
|
||||
repeat_delay = 300
|
||||
accel_profile = flat
|
||||
|
||||
sensitivity = 0 #mouse sensitivity
|
||||
numlock_by_default = true
|
||||
left_handed = false
|
||||
follow_mouse = true
|
||||
float_switch_override_focus = false
|
||||
|
||||
touchpad {
|
||||
disable_while_typing = true
|
||||
natural_scroll = false
|
||||
clickfinger_behavior = false
|
||||
middle_button_emulation = true
|
||||
tap-to-click = true
|
||||
drag_lock = false
|
||||
}
|
||||
}
|
||||
|
||||
device {
|
||||
name = logitech-mx-ergo-1
|
||||
accel_profile = adaptive
|
||||
}
|
||||
5
.config/hypr/config/settings/Master.conf
Normal file
5
.config/hypr/config/settings/Master.conf
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
master {
|
||||
new_status = master
|
||||
new_on_top = 1
|
||||
mfact = 0.5
|
||||
}
|
||||
13
.config/hypr/config/settings/Misc.conf
Normal file
13
.config/hypr/config/settings/Misc.conf
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
vfr = true
|
||||
vrr = 2
|
||||
mouse_move_enables_dpms = true
|
||||
enable_swallow = true
|
||||
swallow_regex = ^(kitty)$
|
||||
focus_on_activate = false
|
||||
initial_workspace_tracking = 0
|
||||
middle_click_paste = false
|
||||
}
|
||||
|
||||
6
.config/hypr/config/settings/Render.conf
Normal file
6
.config/hypr/config/settings/Render.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
render {
|
||||
explicit_sync = 2
|
||||
explicit_sync_kms = 2
|
||||
direct_scanout = false
|
||||
}
|
||||
6
.config/hypr/config/settings/Xwayland.conf
Normal file
6
.config/hypr/config/settings/Xwayland.conf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
|
||||
xwayland {
|
||||
enabled = true
|
||||
force_zero_scaling = true
|
||||
}
|
||||
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.1" encoding="UTF-8"?>
|
||||
|
||||
<channel name="thunar" version="1.0">
|
||||
<property name="last-view" type="string" value="ThunarDetailsView"/>
|
||||
<property name="last-view" type="string" value="ThunarCompactView"/>
|
||||
<property name="last-icon-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_100_PERCENT"/>
|
||||
<property name="last-window-width" type="int" value="672"/>
|
||||
<property name="last-window-height" type="int" value="1368"/>
|
||||
|
|
@ -11,9 +11,11 @@
|
|||
<property name="last-side-pane" type="string" value="ThunarShortcutsPane"/>
|
||||
<property name="last-location-bar" type="string" value="ThunarLocationEntry"/>
|
||||
<property name="last-details-view-zoom-level" type="string" value="THUNAR_ZOOM_LEVEL_50_PERCENT"/>
|
||||
<property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,736,50,50,72,50,401"/>
|
||||
<property name="last-details-view-column-widths" type="string" value="117,50,124,117,82,1214,50,50,2658,50,50,73,50,196"/>
|
||||
<property name="last-sort-column" type="string" value="THUNAR_COLUMN_NAME"/>
|
||||
<property name="last-sort-order" type="string" value="GTK_SORT_ASCENDING"/>
|
||||
<property name="last-details-view-visible-columns" type="string" value="THUNAR_COLUMN_DATE_CREATED,THUNAR_COLUMN_DATE_MODIFIED,THUNAR_COLUMN_NAME,THUNAR_COLUMN_SIZE,THUNAR_COLUMN_TYPE"/>
|
||||
<property name="last-show-hidden" type="bool" value="false"/>
|
||||
<property name="last-show-hidden" type="bool" value="true"/>
|
||||
<property name="misc-expandable-folders" type="bool" value="true"/>
|
||||
<property name="last-splitview-separator-position" type="int" value="-1"/>
|
||||
</channel>
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
# Symlinks
|
||||
.config\hypr\config\Monitors.conf
|
||||
~\.config\hypr\config\Monitors.conf
|
||||
.config\hypr\config\WorkspaceRules.conf
|
||||
.config\hypr\config\settings\Input.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue