diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 21:52:25 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-10-09 21:52:25 +0200 |
commit | 826a4b8e04a7d2b3a83fee3aa211db4909565079 (patch) | |
tree | 8dafb876b99a43e27d1569b143593515c92014a1 /.config | |
parent | 1e5b6df23f9610786ffc0c04ac9bfd1c0b778352 (diff) |
scripts: renamed picom and polybar scripts
Diffstat (limited to '.config')
-rwxr-xr-x | .config/X11/xinitrc | 2 | ||||
-rw-r--r-- | .config/i3/config | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.config/X11/xinitrc b/.config/X11/xinitrc index 43a6fb5..137b18e 100755 --- a/.config/X11/xinitrc +++ b/.config/X11/xinitrc @@ -40,7 +40,7 @@ unclutter -b & nextcloud --background & xwallpaper --center $XDG_CONFIG_HOME/wallpaper/bg & betterlockscreen -u $XDG_CONFIG_HOME/wallpaper/lock & -~/.local/bin/picom-toggle & +~/.local/bin/comptoggle & ~/.local/bin/rate & ~/.local/bin/screensaver & exec i3 diff --git a/.config/i3/config b/.config/i3/config index d45e73b..e4b87ed 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -14,7 +14,7 @@ bindsym $mod+f fullscreen toggle bindsym $mod+i exec --no-startup-id polybar-msg cmd toggle bindsym $mod+Shift+s exec --no-startup-id $HOME/.local/bin/screenshot -s bindsym Print exec --no-startup-id $HOME/.local/bin/screenshot -bindsym $mod+Shift+c exec --no-startup-id $HOME/.local/bin/picom-toggle +bindsym $mod+Shift+c exec --no-startup-id $HOME/.local/bin/comptoggle bindsym $mod+d exec --no-startup-id rofi -show drun -show-icons -drun-display-format {name} bindsym $alt+Tab exec --no-startup-id rofi -show window -show-icons -drun-display-format {name} @@ -192,4 +192,4 @@ for_window [class="^Steam$" title="^Steam Guard - Computer Authorization Require for_window [title="^Steam Keyboard$"] floating enable ##### Exec -exec_always --no-startup-id $HOME/.local/bin/polybar-launch +exec_always --no-startup-id $HOME/.local/bin/barlaunch |