config/hypr (ahrc-laptop) : mise à jour
This commit is contained in:
parent
17ddadab1b
commit
08116aec0c
4 changed files with 8 additions and 15 deletions
|
@ -1,5 +1,6 @@
|
||||||
# Open terminal
|
# Open terminal
|
||||||
bind = SUPER, Return, exec, $terminal
|
bind = SUPER, Return, exec, $terminal
|
||||||
|
bind = SUPER SHIFT, Return, exec, $terminal -e sudo -i
|
||||||
|
|
||||||
# Workspaces
|
# Workspaces
|
||||||
#bind = SUPER, equal, movetoworkspace, special
|
#bind = SUPER, equal, movetoworkspace, special
|
||||||
|
|
|
@ -21,7 +21,3 @@ env = XDG_SESSION_DESKTOP, Hyprland
|
||||||
|
|
||||||
# Electron
|
# Electron
|
||||||
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
env = ELECTRON_OZONE_PLATFORM_HINT, auto
|
||||||
|
|
||||||
# hyprcursor
|
|
||||||
env = HYPRCURSOR_THEME, Afterglow
|
|
||||||
env = HYPRCURSOR_SIZE, 24
|
|
||||||
|
|
|
@ -9,21 +9,14 @@ plugin {
|
||||||
|
|
||||||
# Tabs
|
# Tabs
|
||||||
tabs {
|
tabs {
|
||||||
height = 10
|
height = 8
|
||||||
padding = 5
|
padding = 5
|
||||||
from_top = true
|
from_top = true
|
||||||
rounding = 8
|
rounding = 4
|
||||||
render_text = false
|
render_text = false
|
||||||
text_center = false
|
col.active = rgba(00ff00e0)
|
||||||
text_font = Hack Nerd Font
|
|
||||||
text_height = 8
|
|
||||||
text_padding = 10
|
|
||||||
col.active = rgba(000000e0)
|
|
||||||
col.urgent = rgb(ffd966)
|
col.urgent = rgb(ffd966)
|
||||||
col.inactive = rgba(00000080)
|
col.inactive = rgba(00000090)
|
||||||
col.text.active = $col_accentdark
|
|
||||||
col.text.urgent = rgba(000000e8)
|
|
||||||
col.text.inactive = rgb(808080)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Autotile
|
# Autotile
|
||||||
|
|
|
@ -4,3 +4,6 @@ windowrulev2 = workspace 4 silent, class:($bitwarden_class)
|
||||||
windowrulev2 = workspace 4 silent, class:($element_class)
|
windowrulev2 = workspace 4 silent, class:($element_class)
|
||||||
windowrulev2 = workspace 4 silent, class:($discord_class)
|
windowrulev2 = workspace 4 silent, class:($discord_class)
|
||||||
windowrulev2 = workspace 4 silent, class:($deezer_class)
|
windowrulev2 = workspace 4 silent, class:($deezer_class)
|
||||||
|
|
||||||
|
# Thunderbird password
|
||||||
|
windowrulev2 = float, class:(thunderbird), title:(Password Required - Mozilla Thunderbird)
|
||||||
|
|
Loading…
Reference in a new issue