Compare commits

..

No commits in common. "79955e22f4d12eecd7da231f3891340b706b2422" and "719e3002b31bf7f1e3e1d3881e853bfe00a74ee4" have entirely different histories.

5 changed files with 14 additions and 18 deletions

View file

@ -26,7 +26,7 @@ export EDITOR=vim
export PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
export HISTSIZE=10000 export HISTSIZE=10000
export HISTFILESIZE=20000 export HISTFILESIZE=20000
PROMPT_COMMAND="history -a; $PROMPT_COMMAND" export PROMPT_COMMAND="history -a; $PROMPT_COMMAND"
export LESS=-R export LESS=-R
export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink export LESS_TERMCAP_mb=$'\E[1;31m' # begin blink

View file

@ -226,7 +226,7 @@ bindsym Print exec grim -g "$(slurp)" - | swappy -f -
bindsym $mod+Mod1+Space dunstctl close bindsym $mod+Mod1+Space dunstctl close
bindsym $mod+Mod1+Shift dunstctl close-all bindsym $mod+Mod1+Shift dunstctl close-all
bindsym $mod+Mod1+Tab dunstctl history-pop bindsym $mod+Mod1+Tab dunstctl history-pop
bindsym $mod+Mod1+Period dunstctl context bindsym $mod+Mod1+period dunstctl context
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
@ -238,11 +238,11 @@ bindsym $mod+Mod1+Period dunstctl context
exec_always $HOME/.config/waybar/launch.sh 2>&1 exec_always $HOME/.config/waybar/launch.sh 2>&1
#exec_always ~/.config/i3/customalways.sh 2>&1 #exec_always ~/.config/i3/customalways.sh 2>&1
exec_always ~/.config/sway/import-gsettings exec_always ~/.config/sway/import-gsettings
exec_always /bin/sh -c 'killall kanshi; kanshi 2>&1 >/tmp/kanshi.log &' exec_always killall kanshi && kanshi &
#exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 & #exec QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
#exec picom -b 2>&1 & #exec picom -b 2>&1 &
exec dunst -mon $mon -print 2>&1 >/tmp/dunst.log & exec dunst -mon $mon 2>&1 &
exec lxqt-policykit-agent 2>&1 & exec lxqt-policykit-agent 2>&1 &
#exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 & #exec syncthing -no-browser -home="$HOME/.config/syncthing" 2>&1 &
exec kdeconnect-indicator 2>&1 & exec kdeconnect-indicator 2>&1 &
@ -257,14 +257,14 @@ for_window [class=".*"] border pixel 0
focus_follows_mouse yes focus_follows_mouse yes
hide_edge_borders smart hide_edge_borders smart
# Floaterizer 9000
for_window [app_id="pinentry*"]; floating enable
for_window [app_id="lxqt-policykit-aget"]; floating enable
# Gaps # Gaps
gaps inner 5 gaps inner 5
#before-sleep 'playerctl pause -a'
#before-sleep 'swaylock'
# Colors # Colors
# class border bground text indicator child_border # class border bground text indicator child_border
client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0 client.focused #4285F4 #4285F4 #FFFFFF #4285F4 #2F60B0
client.focused_inactive #3B3E44 #2C2E3A #FFFFFF #2C2E3A #10213C client.focused_inactive #3B3E44 #2C2E3A #FFFFFF #2C2E3A #10213C
@ -273,6 +273,3 @@ client.urgent #2F343A #900000 #FFFFFF #2F343A #900000
client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C client.placeholder #000000 #0C0C0C #FFFFFF #000000 #0C0C0C
client.background #FFFFFF client.background #FFFFFF
# Jank
include ~/.config/sway/config.d/*

View file

@ -1,5 +1,2 @@
QT_QPA_PLATFORMTHEME=qt5ct QT_QPA_PLATFORMTHEME=qt5ct
GDK_BACKEND=wayland
QT_QPA_PLATFORM=wayland
#MOZ_ENABLE_WAYLAND=1 #MOZ_ENABLE_WAYLAND=1

View file

@ -1,4 +1,4 @@
QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt5ct
TERMINAL=alacritty export TERMINAL=alacritty
PATH=$PATH:~/.local/bin export PATH=$PATH:~/.local/bin
SAL_USE_VCLPLUGIN=gtk export SAL_USE_VCLPLUGIN=gtk

2
.vimrc
View file

@ -23,3 +23,5 @@ set number
"" Copy and paste "" Copy and paste
vnoremap <C-c> "+y vnoremap <C-c> "+y
map <C-p> "+P map <C-p> "+P