feat(hyprland): updated config from 0.55 tests
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
||||
env = GTK_THEME,Fluent-round-Dark-compact
|
||||
|
||||
|
||||
@@ -1,21 +0,0 @@
|
||||
# For all categories, see https://wiki.hyprland.org/Configuring/Variables/
|
||||
input {
|
||||
kb_layout = us
|
||||
kb_variant =
|
||||
kb_model =
|
||||
kb_options = compose:rctrl,fkeys:basic_13-24
|
||||
kb_rules =
|
||||
accel_profile = flat
|
||||
|
||||
numlock_by_default = true
|
||||
follow_mouse = 0
|
||||
|
||||
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
|
||||
sensitivity = 0 # -1.0 - 1.0, 0 means no modification.
|
||||
}
|
||||
|
||||
exec-once = setxkbmap -layout us,fr -option 'grp:alt_ctrl_toggle,compose:rctl,fkeys:basic_13-24'
|
||||
@@ -13,9 +13,10 @@ bind = $mainMod, V, togglefloating,
|
||||
# fullscreen
|
||||
bind = $mainMod, F, fullscreen,
|
||||
# menu
|
||||
bind = $mainMod, Space, exec, anyrun
|
||||
bind = $mainMod, Space, exec, vicinae toggle
|
||||
# clipboard history
|
||||
bind = $mainMod SHIFT, V, exec, cliphist list | anyrun --plugins libstdin.so | cliphist decode | wl-copy
|
||||
bind = $mainMod SHIFT, V, exec, vicinae vicinae://launch/clipboard/history
|
||||
bind = $mainMod SHIFT, V, exec, vicinae vicinae://launch/core/search-emojis
|
||||
# color picker
|
||||
bind = $mainMod SHIFT, C, exec, hyprpicker -f hex -n -a
|
||||
# screenshot
|
||||
@@ -32,6 +33,7 @@ bind = $mainMod, left, movewindoworgroup, l
|
||||
bind = $mainMod, right, movewindoworgroup, r
|
||||
bind = $mainMod, up, movewindoworgroup, u
|
||||
bind = $mainMod, down, movewindoworgroup, d
|
||||
bind = $mainMod, L, layoutmsg, orientationcycle left top right bottom
|
||||
# Group windows
|
||||
bind = $mainMod, P, togglegroup,
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ general {
|
||||
col.active_border = rgba(33ccffee) rgba(00ff99ee) 45deg
|
||||
col.inactive_border = rgba(595959aa)
|
||||
|
||||
layout = dwindle
|
||||
layout = master
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
@@ -51,15 +51,10 @@ animations {
|
||||
animation = workspaces, 1, 6, default
|
||||
}
|
||||
|
||||
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
|
||||
preserve_split = yes # you probably want this
|
||||
}
|
||||
|
||||
bind = $mainMod, J, togglesplit,
|
||||
|
||||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
new_status = "master"
|
||||
new_on_top = true
|
||||
}
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
# Execute your favorite apps at launch
|
||||
|
||||
# Shell
|
||||
exec-once = swaync
|
||||
exec-once = waybar
|
||||
exec-once = hyprpaper
|
||||
exec-once = hyprpm reload -n
|
||||
exec-once = anyrun daemon
|
||||
exec-once = wl-paste -w cliphist store
|
||||
|
||||
exec-once = caelestia shell
|
||||
exec-once = hyprpaper
|
||||
exec-once = vicinae server
|
||||
|
||||
# Devices
|
||||
exec-once = solaar -b regular -w hide
|
||||
exec-once = openrgb -p ~/.config/OpenRGB/Default.orp
|
||||
exec-once = flatpak run com.github.wwmm.easyeffects --service-mode
|
||||
|
||||
# GUI apps
|
||||
exec-once = [workspace 1 silent] localsend
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
workspace=special:game,monitor:DP-2
|
||||
workspace=1,monitor:DP-1
|
||||
workspace=2,monitor:DP-2
|
||||
workspace=3,monitor:DP-3
|
||||
workspace=3,monitor:DP-3, layoutopt:orientation:top
|
||||
|
||||
# Switch workspaces with mainMod + [0-9]
|
||||
bind = $mainMod, 1, workspace, 1
|
||||
|
||||
Reference in New Issue
Block a user