Made changes to match fresh install
This commit is contained in:
parent
e996a0e4f8
commit
07a45eedc6
@ -38,7 +38,7 @@ exec --no-startup-id nm-applet
|
|||||||
# Screen resolution
|
# Screen resolution
|
||||||
# exec --no-startup-id xrandr --output eDP-1 --off --output HDMI-1 --primary --auto --dpi 96 --left-of DP-2-1 --output DP-2-1 --auto --dpi 96
|
# exec --no-startup-id xrandr --output eDP-1 --off --output HDMI-1 --primary --auto --dpi 96 --left-of DP-2-1 --output DP-2-1 --auto --dpi 96
|
||||||
exec --no-startup-id sleep 2; autorandr --change
|
exec --no-startup-id sleep 2; autorandr --change
|
||||||
exec --no-startup-id xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 24
|
# exec --no-startup-id xsetroot -xcf /usr/share/icons/Adwaita/cursors/left_ptr 24
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
set $refresh_i3status killall -SIGUSR1 i3status
|
set $refresh_i3status killall -SIGUSR1 i3status
|
||||||
@ -271,7 +271,7 @@ for_window [class="Nitrogen"] floating enable sticky enable border normal
|
|||||||
for_window [urgent=latest] focus
|
for_window [urgent=latest] focus
|
||||||
|
|
||||||
# Autostarts
|
# Autostarts
|
||||||
exec --no-startup-id sleep 20; exec /usr/bin/evolution
|
exec --no-startup-id sleep 20; exec /usr/bin/thunderbird
|
||||||
exec --no-startup-id exec /usr/bin/nextcloud
|
exec --no-startup-id exec /usr/bin/nextcloud
|
||||||
# exec --no-startup-id exec /usr/bin/evolution
|
# exec --no-startup-id exec /usr/bin/evolution
|
||||||
# exec_always --no-startup-id .config/conky/start.sh
|
# exec_always --no-startup-id .config/conky/start.sh
|
||||||
@ -288,13 +288,13 @@ exec --no-startup-id pamac-tray
|
|||||||
exec --no-startup-id exec /opt/Mullvad\ VPN/mullvad-gui --no-sandbox
|
exec --no-startup-id exec /opt/Mullvad\ VPN/mullvad-gui --no-sandbox
|
||||||
exec --no-startup-id picom
|
exec --no-startup-id picom
|
||||||
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd
|
||||||
exec_always --no-startup-id /home/roger/.config/i3/autotiling.py
|
exec_always --no-startup-id autotiling
|
||||||
|
exec --no-startup-id xinput set-prop 14 345 1
|
||||||
exec --no-startup-id exec /usr/bin/keepassxc
|
exec --no-startup-id exec /usr/bin/keepassxc
|
||||||
|
|
||||||
# Random scripts
|
# Random scripts
|
||||||
## Generate a random password and copy it to the clipboard
|
## Generate a random password and copy it to the clipboard
|
||||||
bindsym $aux+p exec --no-startup-id bw generate -ulns --length 25 | xclip -selection clipboard && notify-send "Copied a random password to the clipboard"
|
bindsym $aux+p exec --no-startup-id "tr -dc 'A-Za-z0-9!#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 25 | xclip -selection clipboard && notify-send 'Copied a random password to the clipboard'"
|
||||||
|
|
||||||
|
|
||||||
# Window colors
|
# Window colors
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
|
@ -8,7 +8,7 @@ devices: (
|
|||||||
};
|
};
|
||||||
hiresscroll:
|
hiresscroll:
|
||||||
{
|
{
|
||||||
hires: false;
|
hires: true;
|
||||||
invert: false;
|
invert: false;
|
||||||
target: false;
|
target: false;
|
||||||
};
|
};
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
|
package bass
|
||||||
theme bobthefish
|
theme bobthefish
|
||||||
theme default
|
theme default
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
:tools
|
:tools
|
||||||
;;ansible
|
;;ansible
|
||||||
;;debugger ; FIXME stepping through code, to help you add bugs
|
debugger ; FIXME stepping through code, to help you add bugs
|
||||||
;;direnv
|
;;direnv
|
||||||
docker
|
docker
|
||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||||
|
Loading…
x
Reference in New Issue
Block a user