I think things are where I want them now.
This commit is contained in:
parent
485c6ff392
commit
1c7837d29e
|
@ -1,7 +1,7 @@
|
|||
background-color=#2e3440
|
||||
border-color=#88c0d0
|
||||
|
||||
default-timeout=5000
|
||||
default-timeout=2000
|
||||
|
||||
[urgency=low]
|
||||
border-color=#cccccc
|
||||
|
@ -11,8 +11,4 @@ border-color=#d08770
|
|||
|
||||
[urgency=high]
|
||||
border-color=#bf616a
|
||||
default-timeout=0
|
||||
|
||||
[category=spotify_player]
|
||||
default-timeout=2000
|
||||
group-by=category
|
||||
|
|
|
@ -6,9 +6,11 @@ input type:keyboard xkb_numlock enabled
|
|||
include /etc/sway/config.d/*
|
||||
include /home/siina/.config/sway/config.d/*
|
||||
|
||||
exec gentoo-pipewire-launcher &
|
||||
# Screencast fix
|
||||
exec --no-startup-id dbus-update-activation-environment --all
|
||||
|
||||
exec gentoo-pipewire-launcher &
|
||||
|
||||
# Enable agent storage for things like nextcloud-client
|
||||
#exec gnome-keyring-daemon --start --components=secrets
|
||||
#exec export $(gnome-keyring-daemon)
|
||||
exec gnome-keyring-daemon --start --components=secrets
|
||||
exec export $(gnome-keyring-daemon)
|
||||
|
|
|
@ -8,3 +8,5 @@ set $right l
|
|||
set $term kitty
|
||||
|
||||
set $menu bemenu-run -p "" | xargs swaymsg exec --
|
||||
|
||||
exec echo $XDG_CURRENT_DESKTOP=sway
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
workspace Terminal output DP-3
|
||||
workspace Steam output DP-3
|
||||
workspace Heroic output DP-3
|
||||
workspace Unity Editor output DP-3
|
||||
workspace Chat output HDMI-A-1
|
||||
workspace 5 output HDMI-A-1
|
||||
workspace Mail output HDMI-A-1
|
||||
workspace OBS output HDMI-A-1
|
||||
workspace Spotify output HDMI-A-1
|
||||
workspace 1 output DP-3
|
||||
workspace 2 output DP-3
|
||||
workspace 3 output DP-3
|
||||
workspace 4 output DP-3
|
||||
workspace 5 output DP-3
|
||||
workspace 6 output HDMI-A-1
|
||||
workspace 7 output HDMI-A-1
|
||||
workspace 8 output HDMI-A-1
|
||||
workspace 9 output HDMI-A-1
|
||||
workspace 0 output HDMI-A-1
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
assign [title="Steam"] Steam
|
||||
assign [title="Vivaldi"] Browser
|
||||
assign [title="Discord"] Chat
|
||||
assign [app_id="profanity"] Chat
|
||||
assign [app_id="heroic"] Heroic
|
||||
assign [app_id="org.telegram.desktop"] Chat
|
||||
assign [app_id="thunderbird"] Mail
|
||||
assign [class="battle.net.exe"] Battle.net
|
||||
assign [app_id="com.obsproject.Studio"] OBS
|
||||
assign [class="unityhub"] Unity Editor
|
||||
#assign [title="Vivaldi"] 2
|
||||
assign [title="Steam"] 3
|
||||
assign [app_id="heroic"] 4
|
||||
assign [con_mark="Dungeons & Dragons Online"] 4
|
||||
assign [class="battle.net.exe"] 5
|
||||
assign [title="Discord"] 6
|
||||
assign [app_id="org.telegram.desktop"] 6
|
||||
assign [app_id="profanity"] 7
|
||||
assign [app_id="quasselclient"] 7
|
||||
assign [app_id="com.obsproject.Studio"] 8
|
||||
assign [app_id="thunderbird"] 9
|
||||
|
|
|
@ -1,10 +1,19 @@
|
|||
# Restart pipewire for some fucking reason
|
||||
exec gentoo-pipewire-launcher restart &
|
||||
|
||||
# Run in bg/tray
|
||||
exec keepassxc
|
||||
|
||||
exec kitty
|
||||
exec /usr/bin/steam
|
||||
# put vivaldi on workspace 2
|
||||
workspace 2
|
||||
exec vivaldi
|
||||
|
||||
exec vesktop
|
||||
exec telegram-desktop
|
||||
exec profanity-autostart
|
||||
|
||||
# focus back on workspace 1
|
||||
# (not sure if necessary)
|
||||
workspace 1
|
||||
|
|
|
@ -12,3 +12,4 @@ for_window [title = "Unlock Database"] floating enable
|
|||
for_window [title = "Reminders"] floating enable
|
||||
for_window [title = "(?:Open|Save) (?:File|Folder|As)"] floating enable, resize set width 1030 height 710
|
||||
for_window [class = "steam_app.*"] inhibit_idle fullscreen; floating enable; border none
|
||||
#for_window [app_id = "com.nextcloud.desktopclient.nextcloud"] floating enable
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
set $ps1 Print
|
||||
set $ps2 Control+Print
|
||||
set $ps3 Alt+Print
|
||||
set $ps4 Alt+Control+Print
|
||||
set $ps4 Control+Alt+Print
|
||||
set $psf $(xdg-user-dir PICTURES)/ps_$(date +"%Y%m%d%H%M%S").png
|
||||
|
||||
bindsym $ps1 exec grim - | wl-copy
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
[preferred]
|
||||
default=gtk
|
||||
org.freedesktop.impl.portal.FileChooser=gtk
|
4
profile
4
profile
|
@ -8,11 +8,15 @@ if test -z "${XDG_RUNTIME_DIR}"; then
|
|||
fi
|
||||
fi
|
||||
|
||||
export XDG_CURRENT_DESKTOP=sway
|
||||
|
||||
# The city's finest exports!
|
||||
export GIT_EDITOR="nvim"
|
||||
export GPG_TTY=$(tty)
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export SCREENSHOT_DIR="$HOME/Screenshots"
|
||||
export LC_MESSAGES="C.UTF-8"
|
||||
export TERM="xterm-256color"
|
||||
|
||||
# Let's get some private environment vars
|
||||
source $HOME/.config/private.env
|
||||
|
|
Loading…
Reference in New Issue