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
|
||||
|
||||
110
.config/hypr/scheme/current.conf
Normal file
110
.config/hypr/scheme/current.conf
Normal file
@@ -0,0 +1,110 @@
|
||||
$primary_paletteKeyColor = 5878ab
|
||||
$secondary_paletteKeyColor = 6c778d
|
||||
$tertiary_paletteKeyColor = 966799
|
||||
$neutral_paletteKeyColor = 76777b
|
||||
$neutral_variant_paletteKeyColor = 747780
|
||||
$background = 121317
|
||||
$onBackground = e3e2e7
|
||||
$surface = 121317
|
||||
$surfaceDim = 121317
|
||||
$surfaceBright = 38393d
|
||||
$surfaceContainerLowest = 0d0e11
|
||||
$surfaceContainerLow = 1a1c1f
|
||||
$surfaceContainer = 1e2023
|
||||
$surfaceContainerHigh = 292a2d
|
||||
$surfaceContainerHighest = 333538
|
||||
$onSurface = e3e2e7
|
||||
$surfaceVariant = 43474f
|
||||
$onSurfaceVariant = c3c6d0
|
||||
$inverseSurface = e3e2e7
|
||||
$inverseOnSurface = 2f3034
|
||||
$outline = 8d919a
|
||||
$outlineVariant = 43474f
|
||||
$shadow = 000000
|
||||
$scrim = 000000
|
||||
$surfaceTint = a8c8ff
|
||||
$primary = a8c8ff
|
||||
$onPrimary = 05305f
|
||||
$primaryContainer = 7292c6
|
||||
$onPrimaryContainer = 000513
|
||||
$inversePrimary = 3e5f90
|
||||
$secondary = bbc7df
|
||||
$onSecondary = 253144
|
||||
$secondaryContainer = 3c475b
|
||||
$onSecondaryContainer = aab5cd
|
||||
$tertiary = ebb5ec
|
||||
$onTertiary = 48204e
|
||||
$tertiaryContainer = b180b4
|
||||
$onTertiaryContainer = 000000
|
||||
$error = ffb4ab
|
||||
$onError = 690005
|
||||
$errorContainer = 93000a
|
||||
$onErrorContainer = ffdad6
|
||||
$primaryFixed = d5e3ff
|
||||
$primaryFixedDim = a8c8ff
|
||||
$onPrimaryFixed = 001b3c
|
||||
$onPrimaryFixedVariant = 254777
|
||||
$secondaryFixed = d7e3fc
|
||||
$secondaryFixedDim = bbc7df
|
||||
$onSecondaryFixed = 101c2e
|
||||
$onSecondaryFixedVariant = 3c475b
|
||||
$tertiaryFixed = ffd6fe
|
||||
$tertiaryFixedDim = ebb5ec
|
||||
$onTertiaryFixed = 310937
|
||||
$onTertiaryFixedVariant = 613766
|
||||
$term0 = 343434
|
||||
$term1 = 8483ff
|
||||
$term2 = 44def5
|
||||
$term3 = ffdcf2
|
||||
$term4 = 8aaed3
|
||||
$term5 = 9ca5ef
|
||||
$term6 = 94d0fa
|
||||
$term7 = e8d3de
|
||||
$term8 = ac9fa9
|
||||
$term9 = a29eff
|
||||
$term10 = 89ecff
|
||||
$term11 = c9fff3
|
||||
$term12 = adc4d9
|
||||
$term13 = b5baf8
|
||||
$term14 = b6e1ff
|
||||
$term15 = ffffff
|
||||
$rosewater = f4f0fa
|
||||
$flamingo = e2e0f5
|
||||
$pink = d6dbff
|
||||
$mauve = a9bfff
|
||||
$red = a6aeff
|
||||
$maroon = b7baf1
|
||||
$peach = e0c2f9
|
||||
$yellow = d0f9f4
|
||||
$green = c1e4ff
|
||||
$teal = c7e3ff
|
||||
$sky = c2deff
|
||||
$sapphire = a1caff
|
||||
$blue = 97beff
|
||||
$lavender = b5cdff
|
||||
$klink = 5389ce
|
||||
$klinkSelection = 5489ce
|
||||
$kvisited = 5b7cdd
|
||||
$kvisitedSelection = 5c7bdd
|
||||
$knegative = 7479ff
|
||||
$knegativeSelection = 7578ff
|
||||
$kneutral = c794ff
|
||||
$kneutralSelection = c794ff
|
||||
$kpositive = 00b4fd
|
||||
$kpositiveSelection = 00b4fe
|
||||
$text = e3e2e7
|
||||
$subtext1 = c3c6d0
|
||||
$subtext0 = 8d919a
|
||||
$overlay2 = 7b7e86
|
||||
$overlay1 = 686b72
|
||||
$overlay0 = 575960
|
||||
$surface2 = 46484e
|
||||
$surface1 = 36373d
|
||||
$surface0 = 24252a
|
||||
$base = 121317
|
||||
$mantle = 121317
|
||||
$crust = 111216
|
||||
$success = B5CCBA
|
||||
$onSuccess = 213528
|
||||
$successContainer = 374B3E
|
||||
$onSuccessContainer = D1E9D6
|
||||
Reference in New Issue
Block a user