mirror of
https://github.com/eliasrenman/dotfiles.git
synced 2026-03-16 20:46:08 +01:00
fix: ricing
This commit is contained in:
@@ -11,6 +11,7 @@ exec-once = hyprpaper
|
|||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
#
|
#
|
||||||
monitor=,preferred,auto,auto
|
monitor=,preferred,auto,auto
|
||||||
|
monitor=,addreserved,5,15,15,15
|
||||||
|
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
@@ -50,6 +51,7 @@ master {
|
|||||||
gestures {
|
gestures {
|
||||||
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
# See https://wiki.hyprland.org/Configuring/Variables/ for more
|
||||||
workspace_swipe = true
|
workspace_swipe = true
|
||||||
|
workspace_swipe_invert = false
|
||||||
}
|
}
|
||||||
|
|
||||||
# Example per-device config
|
# Example per-device config
|
||||||
@@ -65,7 +67,3 @@ device:epic-mouse-v1 {
|
|||||||
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
# See https://wiki.hyprland.org/Configuring/Window-Rules/ for more
|
||||||
|
|
||||||
|
|
||||||
# Laptop lid switch
|
|
||||||
# bindl=,switch:Lid Switch,exec,swaylock
|
|
||||||
bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto"
|
|
||||||
bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ bind = $mainMod, V, togglefloating,
|
|||||||
bind = $mainMod, SPACE, exec, wofi --show drun
|
bind = $mainMod, SPACE, exec, wofi --show drun
|
||||||
bind = $mainMod, P, pseudo, # dwindle
|
bind = $mainMod, P, pseudo, # dwindle
|
||||||
bind = $mainMod, J, togglesplit, # dwindle
|
bind = $mainMod, J, togglesplit, # dwindle
|
||||||
|
bind = $mainMod, L, exec, swaylock
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
bind = $mainMod, left, movefocus, l
|
bind = $mainMod, left, movefocus, l
|
||||||
@@ -66,3 +67,16 @@ bind=, XF86AudioPlay, exec, playerctl play-pause
|
|||||||
bind=, XF86AudioPause, exec, playerctl play-pause
|
bind=, XF86AudioPause, exec, playerctl play-pause
|
||||||
bind=, XF86AudioNext, exec, playerctl next
|
bind=, XF86AudioNext, exec, playerctl next
|
||||||
bind=, XF86AudioPrev, exec, playerctl previous
|
bind=, XF86AudioPrev, exec, playerctl previous
|
||||||
|
|
||||||
|
#
|
||||||
|
# Hardware button mapping
|
||||||
|
# For example powerbutton
|
||||||
|
#
|
||||||
|
|
||||||
|
# Laptop lid switch
|
||||||
|
# bindl=,switch:Lid Switch,exec,swaylock
|
||||||
|
bindl=,switch:off:Lid Switch,exec,hyprctl keyword monitor "eDP-1, 3000x2000@60,0x0,auto"
|
||||||
|
bindl=,switch:on:Lid Switch,exec,hyprctl keyword monitor "eDP-1, disable"
|
||||||
|
# Screen brightness
|
||||||
|
bind=,XF86MonBrightnessDown,exec,brightnessctl set 5%-
|
||||||
|
bind=,XF86MonBrightnessUp,exec,brightnessctl set +5%
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
general {
|
general {
|
||||||
gaps_in=10
|
gaps_in=10
|
||||||
gaps_out=15
|
gaps_out=0
|
||||||
border_size=3
|
border_size=3
|
||||||
col.inactive_border=rgba(f7768eff) rgba(73dacaff) 45deg
|
col.inactive_border=rgba(f7768eff) rgba(73dacaff) 45deg
|
||||||
col.active_border=rgba(73dacaff) rgba(f7768eff) 45deg
|
col.active_border=rgba(73dacaff) rgba(f7768eff) 45deg
|
||||||
@@ -24,14 +24,14 @@ decoration {
|
|||||||
#
|
#
|
||||||
# Round corners
|
# Round corners
|
||||||
#
|
#
|
||||||
rounding = 6
|
rounding = 3
|
||||||
multisample_edges = true
|
multisample_edges = true
|
||||||
|
|
||||||
#
|
#
|
||||||
# Opacity
|
# Opacity
|
||||||
#
|
#
|
||||||
active_opacity = 1.0
|
active_opacity = 0.98
|
||||||
inactive_opacity = 0.95
|
inactive_opacity = 0.65
|
||||||
|
|
||||||
#
|
#
|
||||||
# Blur
|
# Blur
|
||||||
@@ -65,14 +65,14 @@ animations {
|
|||||||
#
|
#
|
||||||
bezier = overshot, 0.05, 0.5, 0.1, 1.05
|
bezier = overshot, 0.05, 0.5, 0.1, 1.05
|
||||||
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
bezier = smoothOut, 0.36, 0, 0.66, -0.56
|
||||||
bezier = smoothIn, 0.25, 0.8, 0.5, 1
|
bezier = smoothIn, 0.25, 0.8, 0.5, 0.5
|
||||||
|
|
||||||
animation = windows, 1, 5, overshot, slide
|
animation = windows, 1, 5, overshot, slide
|
||||||
animation = windowsOut, 1, 4, smoothOut, slide
|
animation = windowsOut, 1, 4, smoothOut, slide
|
||||||
animation = windowsMove, 1, 4, default
|
animation = windowsMove, 1, 4, default
|
||||||
animation = border, 1, 10, default
|
animation = border, 1, 10, default
|
||||||
animation = fade, 1, 10, smoothIn
|
animation = fade, 1, 2, smoothIn
|
||||||
animation = fadeDim, 1, 10, smoothIn
|
animation = fadeDim, 1, 2, smoothIn
|
||||||
animation = workspaces, 1, 6, default
|
animation = workspaces, 1, 6, default
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -123,5 +123,3 @@ windowrulev2 = workspace 3, class:^(discord)$
|
|||||||
windowrulev2 = workspace 3, class:^(Slack)$
|
windowrulev2 = workspace 3, class:^(Slack)$
|
||||||
windowrulev2 = workspace special, class:^(thunar)$
|
windowrulev2 = workspace special, class:^(thunar)$
|
||||||
windowrulev2 = workspace special, class:^(YouTube Music)$
|
windowrulev2 = workspace special, class:^(YouTube Music)$
|
||||||
# fullscreen
|
|
||||||
windowrule = fullscreen, wlogout
|
|
||||||
27
swaylock/config
Normal file
27
swaylock/config
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
indicator-caps-lock
|
||||||
|
datestr=%A
|
||||||
|
|
||||||
|
scaling=fill
|
||||||
|
font=JetBrainsMono
|
||||||
|
font-size=20
|
||||||
|
indicator-radius=115
|
||||||
|
line-color=#3b4252
|
||||||
|
text-color=#d8dee9
|
||||||
|
inside-color=#2e344098
|
||||||
|
inside-ver-color=#5e81ac
|
||||||
|
line-ver-color=#5e81ac
|
||||||
|
ring-ver-color=#5e81ac98
|
||||||
|
ring-color=#4c566a
|
||||||
|
key-hl-color=#5e81ac
|
||||||
|
separator-color=#4c566a
|
||||||
|
layout-text-color=#eceff4
|
||||||
|
line-wrong-color=#d08770
|
||||||
|
|
||||||
|
screenshots
|
||||||
|
clock
|
||||||
|
indicator
|
||||||
|
indicator-thickness=7
|
||||||
|
effect-blur=7x5
|
||||||
|
effect-vignette=0.5:0.5
|
||||||
|
grace=2
|
||||||
|
fade-in=0.2
|
||||||
28
swaylock/qt5ct/qt5ct.conf
Normal file
28
swaylock/qt5ct/qt5ct.conf
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
[Appearance]
|
||||||
|
color_scheme_path=/usr/share/qt5ct/colors/airy.conf
|
||||||
|
custom_palette=false
|
||||||
|
icon_theme=Papirus
|
||||||
|
standard_dialogs=default
|
||||||
|
style=kvantum-dark
|
||||||
|
|
||||||
|
[Fonts]
|
||||||
|
fixed=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||||
|
general=@Variant(\0\0\0@\0\0\0\x12\0\x43\0\x61\0n\0t\0\x61\0r\0\x65\0l\0l@$\0\0\0\0\0\0\xff\xff\xff\xff\x5\x1\0\x32\x10)
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
activate_item_on_single_click=1
|
||||||
|
buttonbox_layout=0
|
||||||
|
cursor_flash_time=1000
|
||||||
|
dialog_buttons_have_icons=1
|
||||||
|
double_click_interval=400
|
||||||
|
gui_effects=@Invalid()
|
||||||
|
keyboard_scheme=2
|
||||||
|
menus_have_icons=true
|
||||||
|
show_shortcuts_in_context_menus=true
|
||||||
|
stylesheets=@Invalid()
|
||||||
|
toolbutton_style=4
|
||||||
|
underline_shortcut=1
|
||||||
|
wheel_scroll_lines=3
|
||||||
|
|
||||||
|
[SettingsWindow]
|
||||||
|
geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\a\x80\0\0\0\"\0\0\v:\0\0\x4\x1c\0\0\a\x80\0\0\0\"\0\0\xe\xff\0\0\x4\x37\0\0\0\0\x2\0\0\0\a\x80\0\0\a\x80\0\0\0\"\0\0\v:\0\0\x4\x1c)
|
||||||
@@ -5,7 +5,7 @@
|
|||||||
"margin": 5,
|
"margin": 5,
|
||||||
|
|
||||||
// If height property would be not present, it'd be calculated dynamically
|
// If height property would be not present, it'd be calculated dynamically
|
||||||
"height": 30,
|
"height": 34,
|
||||||
|
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
"hyprland/workspaces",
|
"hyprland/workspaces",
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ button:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
button:focus {
|
button:focus {
|
||||||
background-color: #3d59a1;
|
background-color: #5e81ac;
|
||||||
color: #18182a;
|
color: #18182a;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user