summaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-12-27 16:15:29 +0100
committerAlex Auvolat <alex@adnab.me>2023-12-27 16:15:29 +0100
commit56a46a2841f47a8e45b78665438c2f70e5b6460f (patch)
tree5596ccaddcfa82eb9ae71720d5da98d14e3bc05d /sway
parentbeae263c50e2b6b596a7b38996bb633308f47977 (diff)
downloaduser-config-56a46a2841f47a8e45b78665438c2f70e5b6460f.tar.gz
user-config-56a46a2841f47a8e45b78665438c2f70e5b6460f.zip
refactor wayland config
Diffstat (limited to 'sway')
-rw-r--r--sway/config166
1 files changed, 64 insertions, 102 deletions
diff --git a/sway/config b/sway/config
index 2eff8fa..396a1f2 100644
--- a/sway/config
+++ b/sway/config
@@ -1,14 +1,18 @@
+# ---- GENERAL CONFIGURATION ----
+
xwayland enable
-#output '*' bg /home/lx/stuff/wallpaper/34812.jpg FILL pos 0 0
output 'HDMI-A-2' pos 1920 0
seat '*' hide_cursor 5000
-#input "*" xkb_file "/home/lx/.xkb/symbols/custom-fr"
input "*" xkb_layout 'fr-custom-lx'
+# ---- COLORS & THEME ----
+
+font pango:Inconsolata 15px
+
client.focused #000000 #000000 #dddddd #000000 #000000
client.focused_inactive #000000 #000000 #AAAAAA #000000 #000000
client.unfocused #000000 #000000 #888888 #000000 #000000
@@ -18,38 +22,22 @@ client.background #000000
gaps outer 0
gaps inner 8
-set $mod Mod4
-# font for window titles. ISO 10646 = Unicode
-#font -misc-fixed-medium-r-normal--12-120-75-75-C-70-iso10646-1
-font pango:Inconsolata 15px
+# ---- WINDOW MANAGEMENT KEY BINDINGS
+
+set $mod Mod4
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
-# start a terminal
-#bindsym $mod+Return exec i3-sensible-terminal
-bindsym $mod+Return exec alacritty
-#bindsym $mod+Return exec xfce4-terminal
-
-# bindsym $mod+Shift+X exec xscreensaver-command -lock
-#bindsym $mod+Shift+X exec i3lock -d -c 111111 -I 5
-#bindsym $mod+Shift+X exec /home/lx/.i3/i3lock-dpms
-bindsym $mod+Shift+X exec swaylock -c 111111
-
-# music control
-bindsym $mod+Shift+P exec mpc toggle
-bindsym $mod+Shift+N exec mpc next
-bindsym $mod+n exec makoctl dismiss -a
-
-bindsym $mod+Shift+S exec /home/lx/usr/bin/ss
-bindsym $mod+Shift+M exec /home/lx/usr/bin/ms
-
-# kill focused window
+# close window
bindsym $mod+Shift+Q kill
-# start dmenu (a program launcher)
-bindsym $mod+p exec bemenu-run --fn 'Inconsolata'
+# change window borders
+default_border pixel 2
+bindsym $mod+t border normal
+bindsym $mod+y border pixel 2
+bindsym $mod+u border none
# change focus
bindsym $mod+h focus left
@@ -77,7 +65,6 @@ bindsym $mod+Shift+Right move right
# split in horizontal orientation
bindsym $mod+b split h
-
# split in vertical orientation
bindsym $mod+v split v
@@ -87,19 +74,56 @@ bindsym $mod+f fullscreen
# change container layout (stacked, tabbed, default)
bindsym $mod+s layout stacking
bindsym $mod+z layout tabbed
-bindsym $mod+e layout default
+bindsym $mod+e layout splith
# toggle tiling / floating
bindsym $mod+Shift+space floating toggle
-
# change focus between tiling / floating windows
bindsym $mod+space focus mode_toggle
# focus the parent container
bindsym $mod+q focus parent
-
# focus the child container
-#bindcode $mod+d focus child
+bindcode $mod+d focus child
+
+mode "resize" {
+ bindsym h resize shrink width 5 px or 5 ppt
+ bindsym j resize grow height 5 px or 5 ppt
+ bindsym k resize shrink height 5 px or 5 ppt
+ bindsym l resize grow width 5 px or 5 ppt
+
+ bindsym Left resize shrink width 5 px or 5 ppt
+ bindsym Down resize grow height 5 px or 5 ppt
+ bindsym Up resize shrink height 5 px or 5 ppt
+ bindsym Right resize grow width 5 px or 5 ppt
+
+ bindsym Return mode "default"
+ bindsym Escape mode "default"
+}
+
+bindsym $mod+r mode "resize"
+
+
+# ---- CUSTOM WINDOW ACTIONS ----
+
+for_window [window_type="dialog"] floating enable
+for_window [window_role="dialog"] floating enable
+
+
+# ---- WORKSPACES CONFIG ----
+
+workspace_auto_back_and_forth yes
+
+workspace 1 output HDMI-A-2 eDP-1
+workspace 2 output HDMI-A-2 eDP-1
+workspace 3 output HDMI-A-2 eDP-1
+workspace 4 output HDMI-A-2 eDP-1
+workspace 5 output HDMI-A-2 eDP-1
+workspace 6 output HDMI-A-2 eDP-1
+workspace 7 output HDMI-A-2 eDP-1
+workspace 8 output HDMI-A-2 eDP-1
+workspace 9 output HDMI-A-2 eDP-1
+workspace 10 output eDP-1
# switch to workspace
bindsym $mod+braceleft workspace 1
@@ -113,8 +137,6 @@ bindsym $mod+underscore workspace 8
bindsym $mod+ccedilla workspace 9
bindsym $mod+braceright workspace 10
-workspace_auto_back_and_forth yes
-
# move focused container to workspace
bindsym $mod+1 move container to workspace 1
bindsym $mod+2 move container to workspace 2
@@ -127,89 +149,29 @@ bindsym $mod+8 move container to workspace 8
bindsym $mod+9 move container to workspace 9
bindsym $mod+0 move container to workspace 10
-workspace 1 output HDMI-A-2 eDP-1
-workspace 2 output HDMI-A-2 eDP-1
-workspace 3 output HDMI-A-2 eDP-1
-workspace 4 output HDMI-A-2 eDP-1
-workspace 5 output HDMI-A-2 eDP-1
-workspace 6 output HDMI-A-2 eDP-1
-workspace 7 output HDMI-A-2 eDP-1
-workspace 8 output HDMI-A-2 eDP-1
-workspace 9 output HDMI-A-2 eDP-1
-workspace 10 output eDP-1
-# reload the configuration file
+# ---- ACTIONS KEY BINDINGS ----
+
bindsym $mod+Shift+C reload
-# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
-bindsym $mod+Shift+R restart
-# exit i3 (logs you out of your X session)
bindsym $mod+Shift+E exit
-default_border pixel 2
-bindsym $mod+t border normal
-bindsym $mod+y border pixel 2
-bindsym $mod+u border none
+bindsym $mod+Return exec alacritty
+bindsym $mod+p exec bemenu-run --fn 'DejaVu Sans Mono 16px'
+
+bindsym $mod+Shift+X exec swaylock -c 000000
bindsym XF86MonBrightnessDown exec sudo brightnessctl set 10%-
bindsym XF86MonBrightnessUp exec sudo brightnessctl set +10%
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
+bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86AudioRaiseVolume exec pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ +5%
bindsym XF86AudioLowerVolume exec pactl set-sink-mute @DEFAULT_SINK@ false && pactl set-sink-volume @DEFAULT_SINK@ -5%
-
-# resize window (you can also use the mouse for that)
-mode "resize" {
- # These bindings trigger as soon as you enter the resize mode
-
- # Pressing left will shrink the window’s width.
- # Pressing right will grow the window’s width.
- # Pressing up will shrink the window’s height.
- # Pressing down will grow the window’s height.
- bindsym h resize shrink width 5 px or 5 ppt
- bindsym j resize grow height 5 px or 5 ppt
- bindsym k resize shrink height 5 px or 5 ppt
- bindsym l resize grow width 5 px or 5 ppt
-
- # same bindings, but for the arrow keys
- bindsym Left resize shrink width 5 px or 5 ppt
- bindsym Down resize grow height 5 px or 5 ppt
- bindsym Up resize shrink height 5 px or 5 ppt
- bindsym Right resize grow width 5 px or 5 ppt
-
- # back to normal: Enter or Escape
- bindsym Return mode "default"
- bindsym Escape mode "default"
-}
-
-bindsym $mod+r mode "resize"
+# ---- AUTOSTART PROGRAMS ----
exec waybar
-#exec_always {
-# dbus-update-activation-environment --systemd DBUS_SESSION_BUS_ADDRESS DISPLAY XAUTHORITY
-# gsettings set org.gnome.desktop.interface gtk-theme 'Adwaita-dark'
-# gsettings set org.gnome.desktop.interface font-name 'Cantarell 13'
-# gsettings set org.gnome.desktop.interface icon-theme 'Arc'
-#}
-
-#exec swayidle -w timeout 300 'swaylock -f -c 111111' timeout 310 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f -c 111111'
-
-#exec mako
-#exec_always /home/katchup/lab/wkwwin/script.sh
-#exec xscreensaver -nosplash
-#exec pulseaudio --start
-#exec mpd
-#exec ~/.i3/mpdscribble.sh
-#exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Constant Deceleration' 2
-#exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Adaptive Deceleration' 2
-#exec_always xinput --set-prop 'HID 04d9:1133' 'Device Accel Velocity Scaling' 5
-#exec nextcloud
-#exec seafile-applet
-#exec redshift-gtk -l 48.8567:2.3508
-#exec ~/.i3/notify-serv.sh
-#exec xset -b # disable bell
-
exec nm-applet
exec fcitx5