Update paths to new script locations.
This commit is contained in:
parent
b8d9ff90aa
commit
acde5bda49
@ -33,7 +33,7 @@ set $menu "rofi -modi drun,run -show drun"
|
|||||||
# Window switcher
|
# Window switcher
|
||||||
set $search "rofi -modi window -show window"
|
set $search "rofi -modi window -show window"
|
||||||
# Screenshot
|
# Screenshot
|
||||||
set $screenshot "~/.config/wm_scripts/screenshot.sh"
|
set $screenshot "~/.config/scripts/wm/screenshot.sh"
|
||||||
|
|
||||||
set $mon1 DisplayPort-1
|
set $mon1 DisplayPort-1
|
||||||
set $mon2 HDMI-A-2
|
set $mon2 HDMI-A-2
|
||||||
@ -265,4 +265,4 @@ assign [class="zoom"] 8:v
|
|||||||
|
|
||||||
exec --no-startup-id fcitx5 -d
|
exec --no-startup-id fcitx5 -d
|
||||||
exec --no-startup-id dunst
|
exec --no-startup-id dunst
|
||||||
exec ~/.config/wm_scripts/autostart.sh
|
exec ~/.config/scripts/wm/autostart.sh
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
# Script to autostart programs.
|
# Script to autostart programs.
|
||||||
#
|
#
|
||||||
|
|
||||||
setlayout=$HOME/.config/wm_scripts/setlayout.sh
|
setlayout=$HOME/.config/scripts/wm/setlayout.sh
|
||||||
function run()
|
function run()
|
||||||
{
|
{
|
||||||
if ! pgrep -f $1; then
|
if ! pgrep -f $1; then
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# Script to take screenshots or gifs
|
# Script to take screenshots or gifs
|
||||||
#
|
#
|
||||||
|
|
||||||
menucmd=$HOME/.config/wm_scripts/menucmd
|
menucmd=menucmd
|
||||||
grimshot=$HOME/.config/sway/grimshot
|
grimshot=grimshot
|
||||||
|
|
||||||
date_format='%Y-%m-%d_%H-%M-%S'
|
date_format='%Y-%m-%d_%H-%M-%S'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user