removing nvim from config

This commit is contained in:
2025-11-18 14:35:24 +01:00
parent 8980ee3a23
commit c89eebed80
29 changed files with 282 additions and 914 deletions

View File

@@ -3,103 +3,103 @@
# Generated with Matugen
#
$background = rgb(21,18,24)
$background = rgb(23,18,22)
$error = rgb(255,180,171)
$error_container = rgb(147,0,10)
$inverse_on_surface = rgb(50,47,53)
$inverse_on_surface = rgb(53,46,51)
$inverse_primary = rgb(106,83,140)
$inverse_primary = rgb(129,77,120)
$inverse_surface = rgb(231,224,232)
$inverse_surface = rgb(236,223,229)
$on_background = rgb(231,224,232)
$on_background = rgb(236,223,229)
$on_error = rgb(105,0,5)
$on_error_container = rgb(255,218,214)
$on_primary = rgb(59,37,91)
$on_primary = rgb(77,31,72)
$on_primary_container = rgb(237,220,255)
$on_primary_container = rgb(255,215,244)
$on_primary_fixed = rgb(37,14,68)
$on_primary_fixed = rgb(52,8,49)
$on_primary_fixed_variant = rgb(82,60,115)
$on_primary_fixed_variant = rgb(102,53,95)
$on_secondary = rgb(53,45,64)
$on_secondary = rgb(61,42,57)
$on_secondary_container = rgb(235,221,247)
$on_secondary_container = rgb(248,218,238)
$on_secondary_fixed = rgb(31,24,42)
$on_secondary_fixed = rgb(39,22,36)
$on_secondary_fixed_variant = rgb(76,67,87)
$on_secondary_fixed_variant = rgb(85,64,80)
$on_surface = rgb(231,224,232)
$on_surface = rgb(236,223,229)
$on_surface_variant = rgb(203,196,207)
$on_surface_variant = rgb(209,194,203)
$on_tertiary = rgb(75,37,46)
$on_tertiary = rgb(76,38,26)
$on_tertiary_container = rgb(255,217,223)
$on_tertiary_container = rgb(255,219,208)
$on_tertiary_fixed = rgb(50,16,25)
$on_tertiary_fixed = rgb(50,18,7)
$on_tertiary_fixed_variant = rgb(100,59,68)
$on_tertiary_fixed_variant = rgb(102,60,46)
$outline = rgb(149,142,153)
$outline = rgb(154,141,149)
$outline_variant = rgb(74,69,78)
$outline_variant = rgb(78,68,75)
$primary = rgb(214,187,251)
$primary = rgb(242,179,229)
$primary_container = rgb(82,60,115)
$primary_container = rgb(102,53,95)
$primary_fixed = rgb(237,220,255)
$primary_fixed = rgb(255,215,244)
$primary_fixed_dim = rgb(214,187,251)
$primary_fixed_dim = rgb(242,179,229)
$scrim = rgb(0,0,0)
$secondary = rgb(206,194,219)
$secondary = rgb(219,190,210)
$secondary_container = rgb(76,67,87)
$secondary_container = rgb(85,64,80)
$secondary_fixed = rgb(235,221,247)
$secondary_fixed = rgb(248,218,238)
$secondary_fixed_dim = rgb(206,194,219)
$secondary_fixed_dim = rgb(219,190,210)
$shadow = rgb(0,0,0)
$source_color = rgb(111,34,205)
$source_color = rgb(80,56,75)
$surface = rgb(21,18,24)
$surface = rgb(23,18,22)
$surface_bright = rgb(59,56,62)
$surface_bright = rgb(62,55,60)
$surface_container = rgb(33,30,36)
$surface_container = rgb(36,30,34)
$surface_container_high = rgb(44,41,47)
$surface_container_high = rgb(47,40,45)
$surface_container_highest = rgb(55,51,58)
$surface_container_highest = rgb(58,51,55)
$surface_container_low = rgb(29,26,32)
$surface_container_low = rgb(32,26,30)
$surface_container_lowest = rgb(16,13,18)
$surface_container_lowest = rgb(18,12,17)
$surface_dim = rgb(21,18,24)
$surface_dim = rgb(23,18,22)
$surface_tint = rgb(214,187,251)
$surface_tint = rgb(242,179,229)
$surface_variant = rgb(74,69,78)
$surface_variant = rgb(78,68,75)
$tertiary = rgb(241,183,194)
$tertiary = rgb(245,184,166)
$tertiary_container = rgb(100,59,68)
$tertiary_container = rgb(102,60,46)
$tertiary_fixed = rgb(255,217,223)
$tertiary_fixed = rgb(255,219,208)
$tertiary_fixed_dim = rgb(241,183,194)
$tertiary_fixed_dim = rgb(245,184,166)

View File

@@ -1,9 +1,10 @@
exec-once = swaylock &
#########
#monitor#
#########
monitor=,preferred,auto,1
# monitor=,preferred,auto,1, mirror, eDP-1
monitor=,preferred,auto,1, mirror, eDP-1
######
#apps#

View File

@@ -10,6 +10,7 @@ bind = $mainMod, Q, killactive,
bind = $mainMod, B, exec, $browser
bind = $mainMod, A, exec, pidof $appMenu || $appMenu $appMenuOptions
bind = $mainMod, W, exec, pidof $appMenu || $appMenu $windowMenuOptions
bind = $mainMod CTRL, h, exec, killall -SIGUSR1 waybar
bind = $mainMod CTRL, T, exec, $themeSwitcher
@@ -40,36 +41,36 @@ bind = $mainMod, S, togglespecialworkspace
bind = $mainMod, Tab, workspace, m+1
bind = $mainMod SHIFT, Tab, workspace, m-1
bind = $mainMod, ampersand, workspace, 1
bind = $mainMod, eacute, workspace, 2
bind = $mainMod, quotedbl, workspace, 3
bind = $mainMod, apostrophe, workspace, 4
bind = $mainMod, parenleft, workspace, 5
bind = $mainMod, minus, workspace, 6
bind = $mainMod, egrave, workspace, 7
bind = $mainMod, underscore, workspace, 8
bind = $mainMod, ccedilla, workspace, 9
bind = $mainMod, 1, workspace, 1
bind = $mainMod, 2, workspace, 2
bind = $mainMod, 3, workspace, 3
bind = $mainMod, 4, workspace, 4
bind = $mainMod, 5, workspace, 5
bind = $mainMod, 6, workspace, 6
bind = $mainMod, 7, workspace, 7
bind = $mainMod, 8, workspace, 8
bind = $mainMod, 9, workspace, 9
bind = $mainMod SHIFT, ampersand, movetoworkspace, 1
bind = $mainMod SHIFT, eacute, movetoworkspace, 2
bind = $mainMod SHIFT, quotedbl, movetoworkspace, 3
bind = $mainMod SHIFT, apostrophe, movetoworkspace, 4
bind = $mainMod SHIFT, parenleft, movetoworkspace, 5
bind = $mainMod SHIFT, minus, movetoworkspace, 6
bind = $mainMod SHIFT, egrave, movetoworkspace, 7
bind = $mainMod SHIFT, underscore, movetoworkspace, 8
bind = $mainMod SHIFT, ccedilla, movetoworkspace, 9
bind = $mainMod SHIFT, 1, movetoworkspace, 1
bind = $mainMod SHIFT, 2, movetoworkspace, 2
bind = $mainMod SHIFT, 3, movetoworkspace, 3
bind = $mainMod SHIFT, 4, movetoworkspace, 4
bind = $mainMod SHIFT, 5, movetoworkspace, 5
bind = $mainMod SHIFT, 6, movetoworkspace, 6
bind = $mainMod SHIFT, 7, movetoworkspace, 7
bind = $mainMod SHIFT, 8, movetoworkspace, 8
bind = $mainMod SHIFT, 9, movetoworkspace, 9
bind = $mainMod SHIFT, S, movetoworkspace, special
bind = $mainMod CTRL, ampersand, movetoworkspacesilent, 1
bind = $mainMod CTRL, eacute, movetoworkspacesilent, 2
bind = $mainMod CTRL, quotedbl, movetoworkspacesilent, 3
bind = $mainMod CTRL, apostrophe, movetoworkspacesilent, 4
bind = $mainMod CTRL, parenleft, movetoworkspacesilent, 5
bind = $mainMod CTRL, minus, movetoworkspacesilent, 6
bind = $mainMod CTRL, egrave, movetoworkspacesilent, 7
bind = $mainMod CTRL, underscore, movetoworkspacesilent, 8
bind = $mainMod CTRL, ccedilla, movetoworkspacesilent, 9
bind = $mainMod CTRL, 1, movetoworkspacesilent, 1
bind = $mainMod CTRL, 2, movetoworkspacesilent, 2
bind = $mainMod CTRL, 3, movetoworkspacesilent, 3
bind = $mainMod CTRL, 4, movetoworkspacesilent, 4
bind = $mainMod CTRL, 5, movetoworkspacesilent, 5
bind = $mainMod CTRL, 6, movetoworkspacesilent, 6
bind = $mainMod CTRL, 7, movetoworkspacesilent, 7
bind = $mainMod CTRL, 8, movetoworkspacesilent, 8
bind = $mainMod CTRL, 9, movetoworkspacesilent, 9
bind = $mainMod CTRL, S, movetoworkspacesilent, special
bind = , Print, exec, eval hyprshot -m output -m $($HOME/.config/scripts/getActiveMonitor.sh) --clipboard-only

View File

@@ -1 +1 @@
exec-once = swww img ~/.config/assets/wallpaper/purple-wallpaper.jpg --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9
exec-once = swww img ~/.config/assets/wallpaper/town-wallpaper.png --transition-duration 1 --transition-type grow --transition-fps 60 --transition-pos 0.5,0.9

View File

@@ -51,7 +51,7 @@ decoration {
}
input {
kb_layout = fr
kb_layout = us
kb_options = caps:swapescape
numlock_by_default = true
@@ -75,7 +75,7 @@ misc {
}
gestures {
workspace_swipe = true
gesture = 3, horizontal, workspace
}
dwindle {