summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config30
1 files changed, 19 insertions, 11 deletions
diff --git a/.config/sway/config b/.config/sway/config
index 3f6b1f8..aa06ce1 100644
--- a/.config/sway/config
+++ b/.config/sway/config
@@ -1,7 +1,8 @@
set $mod Mod1
set $mod2 Mod4
set $term foot #alacritty
-set $background ~/pictures/desktops/mountains_night_sky_dark.jpg
+set $background ~/pictures/desktops/escribano.jpg
+# set $background ~/pictures/desktops/delos.jpg
set $screenshot grim ~/pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
set $screenclip slurp | grim -g - ~/pictures/screenshots/scrn-$(date +"%Y-%m-%d-%H-%M-%S").png
@@ -121,11 +122,10 @@ for_window [app_id="com.nextcloud.desktopclient.nextcloud"] floating enable
for_window [app_id="com.nextcloud.desktopclient.nextcloud"] border none
for_window [title="Oracle VM VirtualBox Manager"] floating enable
for_window [app_id="thunar"] floating enable
+for_window [app_id="null"] floating enable
for_window [app_id="soffice"] floating enable
for_window [class="^lxf$"] floating enable
for_window [app_id="system-config-printer"] floating enable
-for_window [app_id="epiphany"] border none
-
for_window [app_id="darktable"] border none
for_window [class="Darktable"] border none
for_window [app_id="python3"] border none, floating enable
@@ -138,15 +138,10 @@ for_window [class="^qutebrowser"] border none
for_window [app_id="org.qutebrowser.qutebrowser"] border none
for_window [app_id="^Alacritty"] border none
for_window [app_id="^foot"] border none
-for_window [class="Slack"] border none
for_window [class="Pavucontrol"] floating enable
for_window [window_role="pop-up"] floating enable
-for_window [class="Yad"] floating enable
for_window [class="feh"] floating enable
-for_window [class="QtPass"] floating enable
for_window [app_id="mpv"] floating enable
-for_window [class="hangouts.google.com"] floating disable
-for_window [class="hangouts.google.com"] border normal
for_window [app_id="gedit"] floating enable
for_window [app_id="org.kde.kdenlive"] border none
@@ -171,7 +166,7 @@ bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym --locked XF86MonBrightnessUp exec --no-startup-id light -A 10
-bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 10
+bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 2
set $alsacard 1
@@ -213,10 +208,11 @@ input "1:1:AT_Translated_Set_2_keyboard" {
repeat_delay 250
repeat_rate 25
}
-exec vivaldi-stable --ozone-platform=wayland --enable-features=UseOzonePlatform &
+exec vivaldi-snapshot --ozone-platform=wayland --enable-features=UseOzonePlatform &
exec foot &
exec mako &
exec mpd &
+exec nextcloud &
# clipboard manager
exec wl-paste -t text --watch clipman store --max-items=200 --histpath="~/.local/share/clipman-primary.json"
@@ -249,4 +245,16 @@ bindsym $mod+n exec foot --app-id=smsearch bash -c 'notes'
for_window [app_id="^smsearch$"] floating enable, border none, resize set width 80 ppt height 60 ppt, move position 0 px 0 px
-exec_always ~/.config/waybar/waybar.sh
+##floating foot windows for writing and browsing
+
+for_window [app_id="^floatterm$"] floating enable, border none, resize set width 53 ppt height 99 ppt
+
+bar {
+ swaybar_command waybar
+ position bottom
+ hidden_state hide
+ mode hide
+ modifier Mod4
+}
+
+#exec_always ~/.config/waybar/waybar.sh