added extend
This commit is contained in:
parent
f0ecbcfebc
commit
7fe17a7e4b
3 changed files with 28 additions and 17 deletions
|
@ -1,11 +1,11 @@
|
||||||
[Filechooser Settings]
|
[Filechooser Settings]
|
||||||
LocationMode=path-bar
|
LocationMode=path-bar
|
||||||
ShowHidden=true
|
ShowHidden=false
|
||||||
ShowSizeColumn=true
|
ShowSizeColumn=true
|
||||||
GeometryX=220
|
GeometryX=2257
|
||||||
GeometryY=85
|
GeometryY=0
|
||||||
GeometryWidth=551
|
GeometryWidth=926
|
||||||
GeometryHeight=562
|
GeometryHeight=657
|
||||||
SortColumn=name
|
SortColumn=modified
|
||||||
SortOrder=ascending
|
SortOrder=descending
|
||||||
StartupMode=recent
|
StartupMode=recent
|
||||||
|
|
|
@ -18,6 +18,7 @@ exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CUR
|
||||||
exec-once = hyprctl setcursor Adwaita 24
|
exec-once = hyprctl setcursor Adwaita 24
|
||||||
exec-once = zsh /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
exec-once = zsh /home/moonleay/.config/hypr/hyprland/scripts/fixXwaylandVideoBridge.sh
|
||||||
exec-once = solaar -w hide
|
exec-once = solaar -w hide
|
||||||
|
exec-once = setxkbmap -model 'pc105angle' -layout 'us' -variant 'cmk_ed_us' -option'' -option 'misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu,misc:cmk_curl_dh'
|
||||||
#exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
#exec-once = /usr/lib/polkit-kde-authentication-agent-1
|
||||||
|
|
||||||
# Source a file (multi-file configs)
|
# Source a file (multi-file configs)
|
||||||
|
@ -43,10 +44,17 @@ misc {
|
||||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = us
|
||||||
kb_variant = colemak_dh #colemak_dh_iso
|
#kb_variant = colemak_dh
|
||||||
kb_model = pc104
|
kb_model = pc105angle
|
||||||
kb_options =
|
kb_variant = cmk_ed_us
|
||||||
kb_rules =
|
kb_options = misc:extend, lv5:caps_switch_lock, grp:shifts_toggle, compose:menu, misc:cmk_curl_dh
|
||||||
|
|
||||||
|
repeat_rate = 40
|
||||||
|
repeat_delay = 200
|
||||||
|
|
||||||
|
kb_file =
|
||||||
|
kb_rules = evdev
|
||||||
|
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
|
@ -63,7 +71,7 @@ general {
|
||||||
|
|
||||||
gaps_in = 5 #5
|
gaps_in = 5 #5
|
||||||
gaps_out = 5 #20
|
gaps_out = 5 #20
|
||||||
border_size = 1.5 #2
|
border_size = 1 #1.5 #2
|
||||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||||
col.inactive_border = rgba(595959aa)
|
col.inactive_border = rgba(595959aa)
|
||||||
|
|
||||||
|
@ -114,8 +122,11 @@ master {
|
||||||
}
|
}
|
||||||
|
|
||||||
gestures {
|
gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
workspace_swipe = true
|
||||||
workspace_swipe = off
|
workspace_swipe_forever = true
|
||||||
|
workspace_swipe_min_speed_to_force = 5
|
||||||
|
workspace_swipe_distance = 400
|
||||||
|
workspace_swipe_direction_lock = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
preload = ~/Pictures/Wallpaper/ProtrudingSquares.png
|
preload = ~/Pictures/Wallpaper/ProtrudingSquares.png
|
||||||
preload = ~/Pictures/Wallpaper/.hidden/cafex2.png
|
#preload = ~/Pictures/Wallpaper/.hidden/cafex2.png
|
||||||
|
|
||||||
#if more than one preload is desired then continue to preload other backgrounds
|
#if more than one preload is desired then continue to preload other backgrounds
|
||||||
#preload = /path/to/next_image.png
|
#preload = /path/to/next_image.png
|
||||||
# .. more preloads
|
# .. more preloads
|
||||||
|
|
||||||
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
|
#set the default wallpaper(s) seen on inital workspace(s) --depending on the number of monitors used
|
||||||
wallpaper = eDP-2,~/Pictures/Wallpaper/.hidden/cafex2.png
|
wallpaper = eDP-2,~/Pictures/Wallpaper/ProtrudingSquares.png
|
||||||
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/.hidden/cafex2.png
|
wallpaper = HDMI-A-1,~/Pictures/Wallpaper/ProtrudingSquares.png
|
||||||
#if more than one monitor in use, can load a 2nd image
|
#if more than one monitor in use, can load a 2nd image
|
||||||
# .. more monitors
|
# .. more monitors
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue