diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:13:14 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:13:14 +0100 |
commit | e22e64f87816715c0192dc36b805895eb8f2d886 (patch) | |
tree | 9fb840f0eff159c694cb545eb6d4f0f29a9a8a31 | |
parent | 12063a602e3accc733cc3168cf3ee7ffae5dabf5 (diff) |
Changes wallpaper and some start up programs
-rw-r--r-- | i3-config | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -75,16 +75,17 @@ floating_modifier $mod #exec --no-startup-id /usr/bin/nextcloud #exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/wp2015908-dystopia-wallpapers.jpg #exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/Wallpapers/image\(4\).png -exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/stable_diffusion/28_Feb/image\(16\).png +#exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/stable_diffusion/28_Feb/image\(16\).png +exec --no-startup-id /usr/bin/feh --bg-max /home/lemon/Pictures/stable_diffusion/sd3/ComfyUI_00013_.png #exec --no-startup-id /home/lemon/.screenlayout/two_screens_normal.sh #exec --no-startup-id /home/lemon/.screenlayout/desktop_layout_debian.sh #exec --no-startup-id /home/lemon/.screenlayout/left_horiz_right_vert.sh exec --no-startup-id /home/lemon/.screenlayout/all_horiz.sh #exec --no-startup-id /usr/bin/clipit -#exec --no-startup-id /usr/bin/redshift -exec --no-startup-id /usr/bin/xfce4-clipman +exec --no-startup-id /usr/bin/redshift +#exec --no-startup-id /usr/bin/xfce4-clipman #exec --no-startup-id /usr/bin/emacs --daemon -#exec --no-startup-id /usr/bin/copyq +exec --no-startup-id /usr/bin/copyq #exec --no-startup-id /usr/bin/xfce4-mixer #exec --no-startup-id /usr/bin/xfce4-power-manager-settings # setting this #means laptop lid closure will kill suspend the laptop so switched off for now |