diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-02-07 01:59:56 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-02-07 01:59:56 +0100 |
| commit | 25e183c86da335583b4e9e076c7dd65659002e4d (patch) | |
| tree | a9085610a6716513c14a9d2fa044590368a59342 | |
| parent | 5880179bc33d8a03d4488c1880f45a6bb8390f2b (diff) | |
yyy
| -rw-r--r-- | .config/alacritty/alacritty.toml | 2 | ||||
| -rw-r--r-- | .config/sway/config | 22 |
2 files changed, 20 insertions, 4 deletions
diff --git a/.config/alacritty/alacritty.toml b/.config/alacritty/alacritty.toml index f6a081d..54cdc51 100644 --- a/.config/alacritty/alacritty.toml +++ b/.config/alacritty/alacritty.toml @@ -32,7 +32,7 @@ background = "#474e91" [colors.normal] black = "#929292" red = "#e27373" -green = "#94b979" +green = "#bddeab" yellow = "#ffba7b" blue = "#97bedc" magenta = "#e1c0fa" diff --git a/.config/sway/config b/.config/sway/config index b1cf36b..beeeb03 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -5,9 +5,14 @@ set $down j set $up k set $right l set $term alacritty +set $browser mullvad-browser set $menu wmenu-run -N "#000000" -s "#000000" -S "#bddeab" -M "#000000" -p "Run: " +exec wlsunset -T 4200 + +exec wl-paste --watch cliphist store + exec swayidle -w \ timeout 300 'swaylock -f -c 000000' \ timeout 600 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ @@ -26,10 +31,23 @@ input "type:keyboard" { bindsym $mod+Return exec $term +bindsym $mod+backslash exec $browser + bindsym $mod+Shift+q kill bindsym $mod+d exec $menu +bindsym Print exec grim - | wl-copy + +bindsym $mod+Shift+s exec grim -g "$(slurp)" - | wl-copy + +bindsym $mod+Print exec grim -g "$(slurp)" - | swappy -f - + +bindsym $mod+v exec cliphist list | wmenu -l 10 -p "Clipboard:" | cliphist decode | wl-copy + +bindsym $mod+p exec hyprpicker | wl-copy + + floating_modifier $mod normal bindsym $mod+Shift+c reload @@ -79,7 +97,7 @@ bindsym $mod+Shift+0 move container to workspace number 10 bindsym $mod+b splith -bindsym $mod+v splitv +bindsym $mod+n splitv bindsym $mod+s layout stacking bindsym $mod+w layout tabbed @@ -122,8 +140,6 @@ bindsym --locked XF86AudioMicMute exec pactl set-source-mute \@DEFAULT_SOURCE@ t bindsym --locked XF86MonBrightnessDown exec brightnessctl set 5%- bindsym --locked XF86MonBrightnessUp exec brightnessctl set 5%+ -bindsym Print exec grim - default_border pixel 2 default_floating_border pixel 2 |