Compare commits

..

No commits in common. "ae265fd47da9ca4850d5a1934d7f67ccb26d5e82" and "7f98d11cc9c9dd3fa81b03bb6234b042c2ea32d3" have entirely different histories.

4 changed files with 10 additions and 42 deletions

View File

@ -11,5 +11,3 @@ include $HOME/.config/sway/config.d/*
# preload x11 # preload x11
xwayland force xwayland force
exec noctalia exec noctalia
include ~/.config/sway/noctalia

View File

@ -2,7 +2,7 @@
# menus: exec & apps # menus: exec & apps
bindsym $mod+d exec $menud bindsym $mod+d exec $menud
#bindsym $mod+p exec $menup bindsym $mod+p exec $menup
# terminal # terminal
bindsym $mod+ctrl+t exec $term bindsym $mod+ctrl+t exec $term
@ -18,6 +18,10 @@ bindsym $mad+Shift+i exec "$infosystem"
# lockscreen # lockscreen
bindsym $mad+Shift+l exec "$locker" bindsym $mad+Shift+l exec "$locker"
# wall: set or random
bindsym $mod+Ctrl+w exec --no-startup-id "nakedwalls"
bindsym $mad+Ctrl+w exec --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
# screenshot # screenshot
bindsym $mad+y exec 'grim -g "$(slurp)" - | wl-copy' bindsym $mad+y exec 'grim -g "$(slurp)" - | wl-copy'
@ -58,23 +62,13 @@ bindsym $mad+Backspace exec "dotcleaner"
bindsym $mad+Shift+s exec "$HOME/.config/sway/scripts/screentemp toggle; pkill -RTMIN+5 waybar" bindsym $mad+Shift+s exec "$HOME/.config/sway/scripts/screentemp toggle; pkill -RTMIN+5 waybar"
# Push-to-talk : maintenir Ctrl+! # Push-to-talk : maintenir Ctrl+!
#bindsym Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done"
#bindsym --release Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 1; done" bindsym --release Ctrl+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 1; done"
#bindsym Ctrl+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym Ctrl+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done"
#bindsym --release Ctrl+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 1; done" bindsym --release Ctrl+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 1; done"
# Ctrl+Shift+! : mute permanent # Ctrl+Shift+! : mute permanent
bindsym Ctrl+Shift+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym Ctrl+Shift+exclam exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done"
bindsym Ctrl+Shift+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done" bindsym Ctrl+Shift+k exec sh -c "pactl list short sources | cut -f2 | while read -r src; do pactl set-source-mute \"\$src\" 0; done"
bindsym Ctrl+Space exec sh -c "/home/gil/.local/bin/toggleLayout.sh" bindsym Ctrl+Space exec sh -c "/home/gil/.local/bin/toggleLayout.sh"
set $ipc noctalia msg
bindsym $mod+p exec $ipc panel-toggle launcher
bindsym $mod+c exec $ipc panel-toggle control-center
bindsym $mod+comma exec $ipc settings-toggle
#bindsym --locked XF86AudioRaiseVolume exec $ipc volume-up
#bindsym --locked XF86AudioLowerVolume exec $ipc volume-down
#bindsym --locked XF86AudioMute exec $ipc volume-mute
#bindsym --locked XF86MonBrightnessUp exec $ipc brightness-up
#bindsym --locked XF86MonBrightnessDown exec $ipc brightness-down

View File

@ -1,18 +0,0 @@
set $primary #67e4e0
set $on_primary #182524
set $secondary #599ed9
set $tertiary #595ed9
set $error #7f2a41
set $surface #0b2d32
set $on_surface #f2f3f3
set $on_surface_variant #afb6b6
set $outline #657574
## Window Colours
# class border backgr. text indicator child_border
client.focused $primary $surface $on_surface $primary $primary
client.focused_inactive $outline $surface $on_surface_variant $outline $outline
client.unfocused $outline $surface $on_surface_variant $outline $outline
client.urgent $error $surface $on_surface $error $error
client.placeholder $surface $surface $on_surface_variant $surface $surface
client.background $surface

View File

@ -1,8 +1,5 @@
config_version = 8 config_version = 8
[calendar]
enabled = true
[lockscreen_widgets] [lockscreen_widgets]
enabled = false enabled = false
schema_version = 2 schema_version = 2
@ -46,10 +43,7 @@ builtin = "Nord"
community_palette = "Oxocarbon" community_palette = "Oxocarbon"
mode = "dark" mode = "dark"
source = "wallpaper" source = "wallpaper"
wallpaper_scheme = "m3-fruit-salad" wallpaper_scheme = "vibrant"
[theme.templates]
builtin_ids = [ "foot", "gtk3", "gtk4", "qt", "sway" ]
[wallpaper] [wallpaper]
directory = "/home/gil/.local/share/background" directory = "/home/gil/.local/share/background"