control: update dotfiles to v0.1.0
This commit is contained in:
+94
-101
@@ -23,7 +23,7 @@ exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark'
|
||||
|
||||
exec-once = waybar -c ~/.config/waybar/config
|
||||
exec-once = dunst
|
||||
exec-once = swww init
|
||||
exec-once = swww-daemon
|
||||
exec-once = syncthing --no-browser
|
||||
|
||||
# main applications
|
||||
@@ -43,7 +43,7 @@ exec-once = bolt
|
||||
# workspace rules
|
||||
|
||||
workspace = 1, monitor:eDP-1, persistent:true, default:true
|
||||
workspace = 2, monitor:eDP-1, persistent:true
|
||||
workspace = 2, monitor:eDP-1, persistent:true
|
||||
workspace = 3, monitor:eDP-1, persistent:true
|
||||
workspace = 4, monitor:eDP-1, persistent:true
|
||||
workspace = 5, monitor:eDP-1, persistent:true
|
||||
@@ -58,112 +58,107 @@ workspace = 6, monitor:HDMI-A-1
|
||||
# < Start Section >
|
||||
# variables
|
||||
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 0
|
||||
border_size = 0
|
||||
col.active_border = $peach
|
||||
#col.inactive_border = $peach
|
||||
layout = dwindle
|
||||
resize_on_border = false
|
||||
|
||||
# old border colors
|
||||
#col.active_border = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
#col.inactive_border = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
general {
|
||||
gaps_in = 0
|
||||
gaps_out = 4
|
||||
border_size = 0
|
||||
col.active_border = 0x000000
|
||||
col.inactive_border = 0x000000
|
||||
layout = master
|
||||
resize_on_border = false
|
||||
}
|
||||
|
||||
decoration {
|
||||
#rounding = 0
|
||||
rounding = 6
|
||||
drop_shadow = false
|
||||
dim_special = 0.3
|
||||
fullscreen_opacity = 1.0
|
||||
#active_opacity = 1.0
|
||||
#inactive_opacity = 0.9
|
||||
|
||||
blur {
|
||||
enabled = yes
|
||||
special = true
|
||||
size = 6
|
||||
passes = 3
|
||||
new_optimizations = on
|
||||
ignore_opacity = on
|
||||
xray = false
|
||||
}
|
||||
rounding = 0
|
||||
dim_special = 0.3
|
||||
fullscreen_opacity = 1.0
|
||||
|
||||
blur {
|
||||
enabled = true
|
||||
special = true
|
||||
size = 6
|
||||
passes = 3
|
||||
new_optimizations = true
|
||||
ignore_opacity = true
|
||||
xray = false
|
||||
}
|
||||
}
|
||||
|
||||
animations {
|
||||
enabled = yes
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
enabled = true
|
||||
bezier = wind, 0.05, 0.9, 0.1, 1.05
|
||||
bezier = winIn, 0.1, 1.1, 0.1, 1.1
|
||||
bezier = winOut, 0.3, -0.3, 0, 1
|
||||
bezier = liner, 1, 1, 1, 1
|
||||
animation = windows, 1, 6, wind, slide
|
||||
animation = windowsIn, 1, 6, winIn, slide
|
||||
animation = windowsOut, 1, 5, winOut, slide
|
||||
animation = windowsMove, 1, 5, wind, slide
|
||||
animation = border, 1, 1, liner
|
||||
animation = borderangle, 1, 30, liner, loop
|
||||
animation = fade, 1, 10, default
|
||||
animation = workspaces, 1, 5, wind
|
||||
}
|
||||
|
||||
input {
|
||||
kb_layout = us
|
||||
follow_mouse = 2
|
||||
mouse_refocus = false;
|
||||
|
||||
sensitivity = 0
|
||||
force_no_accel = 1
|
||||
touchpad {
|
||||
natural_scroll = no
|
||||
}
|
||||
kb_layout = us
|
||||
kb_options = caps:escape
|
||||
follow_mouse = 2
|
||||
mouse_refocus = false;
|
||||
|
||||
sensitivity = 0
|
||||
force_no_accel = 1
|
||||
touchpad {
|
||||
natural_scroll = true
|
||||
}
|
||||
}
|
||||
|
||||
gestures {
|
||||
workspace_swipe = off
|
||||
workspace_swipe = false
|
||||
}
|
||||
|
||||
group {
|
||||
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
col.border_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
col.border_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
col.border_locked_active = rgba(ca9ee6ff) rgba(f2d5cfff) 45deg
|
||||
col.border_locked_inactive = rgba(b4befecc) rgba(6c7086cc) 45deg
|
||||
}
|
||||
|
||||
misc {
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
force_default_wallpaper = 0
|
||||
vrr = 1
|
||||
vfr = true
|
||||
disable_hyprland_logo = true
|
||||
disable_splash_rendering = true
|
||||
force_default_wallpaper = 0
|
||||
vrr = 1
|
||||
vfr = true
|
||||
}
|
||||
|
||||
xwayland {
|
||||
# latest configuration
|
||||
# use_nearset_neighbor = true
|
||||
# force_zero_scaling = true
|
||||
# current configuration
|
||||
use_nearest_neighbor = true
|
||||
force_zero_scaling = false
|
||||
# latest configuration
|
||||
# use_nearset_neighbor
|
||||
# force_zero_scaling
|
||||
# current configuration
|
||||
use_nearest_neighbor = true
|
||||
force_zero_scaling = false
|
||||
}
|
||||
|
||||
cursor {
|
||||
no_hardware_cursors = true
|
||||
inactive_timeout = 2
|
||||
no_warps = false
|
||||
default_monitor = DP-1
|
||||
no_hardware_cursors = true
|
||||
inactive_timeout = 2
|
||||
no_warps = false
|
||||
default_monitor = DP-1
|
||||
}
|
||||
|
||||
debug {
|
||||
disable_logs = true
|
||||
#disable_logs = false
|
||||
disable_logs = true
|
||||
#disable_logs
|
||||
}
|
||||
|
||||
# Disable touchscreen
|
||||
device {
|
||||
name = gxtp7386:00-27c6:011a
|
||||
enabled = false
|
||||
name = gxtp7386:00-27c6:011a
|
||||
enabled = false
|
||||
}
|
||||
|
||||
|
||||
@@ -175,8 +170,8 @@ device {
|
||||
# dwindle layout
|
||||
|
||||
dwindle {
|
||||
pseudotile = yes
|
||||
preserve_split = yes
|
||||
pseudotile = true
|
||||
preserve_split = true
|
||||
}
|
||||
|
||||
# < End Section >
|
||||
@@ -184,12 +179,10 @@ dwindle {
|
||||
|
||||
|
||||
# < Start Section >
|
||||
# master layout
|
||||
# master layout
|
||||
|
||||
master {
|
||||
# TODO: replace when out of git version
|
||||
#new_status = master
|
||||
new_is_master = true
|
||||
new_status = master
|
||||
}
|
||||
|
||||
# < End Section >
|
||||
@@ -200,6 +193,8 @@ master {
|
||||
# window rules
|
||||
|
||||
# core
|
||||
workspace = w[t1], gapsout:0, border:0, rounding:0
|
||||
windowrulev2 = suppressevent maximize, class:^(.*)$
|
||||
windowrulev2 = opacity 0.80 0.80,class:^(.*)$
|
||||
windowrulev2 = opacity 0.80 0.70,class:^(pavucontrol)$
|
||||
windowrulev2 = opacity 0.80 0.70,class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
@@ -207,27 +202,25 @@ windowrulev2 = float, class:^(qt5ct)$
|
||||
windowrulev2 = float, class:^(nwg-look)$
|
||||
windowrulev2 = float, class:^(pavucontrol)$
|
||||
windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$
|
||||
#windowrulev2 = float, class:^(steam)$
|
||||
|
||||
# main
|
||||
windowrulev2 = workspace 1 silent, class:^(discord)$
|
||||
windowrulev2 = workspace 1 silent, class:^(Spotify)$
|
||||
windowrulev2 = workspace 1 silent, class:^(vesktop)$
|
||||
windowrulev2 = workspace 1 silent, class:^(thunderbird)$
|
||||
windowrulev2 = workspace 1 silent, class:^(Dopamine)$
|
||||
windowrulev2 = workspace 1 silent, class:^(spotify)$
|
||||
windowrulev2 = workspace 2 silent, class:^(Alacritty)$
|
||||
windowrulev2 = workspace 3 silent, class:^(firefox)$
|
||||
windowrulev2 = workspace 4 silent, class:^(steam)$
|
||||
windowrulev2 = workspace 4 silent, title:^(Minecraft.*)$
|
||||
windowrulev2 = workspace 4 silent, class:^(steam_app_.*)$
|
||||
windowrulev2 = workspace 4 silent, class:^(steam_proton)$
|
||||
windowrulev2 = workspace 4 silent, class:^(hl2_linux)$
|
||||
windowrulev2 = workspace 4 silent, class:^(gamescope)$
|
||||
windowrulev2 = workspace 5 silent, class:^(Bolt.*)$
|
||||
|
||||
# development
|
||||
windowrulev2 = pseudo, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = center, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = opacity 0.4, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = float, title:^(TetrisPlusPlus)$
|
||||
windowrulev2 = center, title:^(TetrisPlusPlus)$
|
||||
windowrulev2 = float, class:^(VirtualBox.*)$
|
||||
windowrulev2 = float, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = center, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = opacity 0.4, title:^(SnakePlusPlus)$
|
||||
windowrulev2 = float, title:^(TetrisPlusPlus)$
|
||||
windowrulev2 = center, title:^(TetrisPlusPlus)$
|
||||
windowrulev2 = workspace 5 silent, class:^(aquamarine)$
|
||||
windowrulev2 = fullscreen, class:^(aquamarine)$
|
||||
|
||||
# layer rules
|
||||
layerrule = blur,waybar
|
||||
@@ -248,9 +241,9 @@ bind = , mouse:275, pass, ^(discord)$
|
||||
bind = SHIFT, mouse:275, pass, ^(discord)$
|
||||
|
||||
# core binds
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod SHIFT, Q, killactive,
|
||||
bind = $mainMod SHIFT, M, exit
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, SPACE, togglefloating,
|
||||
bind = $mainMod, F, fullscreen,
|
||||
bind = $mainMod SHIFT, L, exec, hyprlock
|
||||
bind = $mainMod $CONTROL, ESCAPE, exec, killall waybar || waybar # toggle waybar
|
||||
@@ -265,9 +258,9 @@ bind = $mainMod, S, exec, pkill -x rofi || rofi -show drun
|
||||
|
||||
# generic audio control
|
||||
binde = , XF86AudioPlay, exec, playerctl play-pause
|
||||
binde = , XF86AudioStop, exec, playerctl stop
|
||||
binde = , XF86AudioStop, exec, playerctl stop
|
||||
binde = , XF86AudioPrev, exec, playerctl previous
|
||||
binde = , XF86AudioNext, exec, playerctl next
|
||||
binde = , XF86AudioNext, exec, playerctl next
|
||||
binde = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
binde = , XF86AudioLowerVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
@@ -275,13 +268,13 @@ binde = , XF86AudioRaiseVolume, exec, pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
# custom audio control
|
||||
binde = $mainMod, F1, exec, playerctl play-pause
|
||||
binde = $mainMod, F2, exec, playerctl previous
|
||||
binde = $mainMod, F3, exec, playerctl next
|
||||
binde = $mainMod, F3, exec, playerctl next
|
||||
|
||||
# Laptop binds
|
||||
binde = , XF86MonBrightnessDown, exec, brightnessctl set 5%-
|
||||
binde = , XF86MonBrightnessUp, exec, brightnessctl set 5%+
|
||||
|
||||
# move focus
|
||||
# move focus
|
||||
bind = $mainMod, h, movefocus, l
|
||||
bind = $mainMod, l, movefocus, r
|
||||
bind = $mainMod, k, movefocus, u
|
||||
|
||||
Reference in New Issue
Block a user