This commit is contained in:
DeveloperDurp 2024-09-04 15:56:35 -05:00
parent 7ace401426
commit f97ee3a4d8
6 changed files with 39 additions and 20 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 381 KiB

Before After
Before After

View file

@ -1,6 +1,6 @@
(
output: "all",
source: Path("/home/user/.config/configfiles/wallpaper.png"),
source: Path("/home/user/.dotfiles/.config/configfiles/wallpaper.png"),
filter_by_theme: true,
rotation_frequency: 3600,
filter_method: Lanczos,

View file

@ -1,3 +1,4 @@
[
"/home/user/.config/configfiles/wallpaper.png",
"/home/user/.dotfiles/.config/configfiles/wallpaper.png",
]

View file

@ -1 +1 @@
"touchpad"
"wallpaper"

View file

@ -120,16 +120,16 @@ bindsym $mod+Shift+i exec /opt/goland/bin/goland.sh
bindsym $mod+9 workspace number 9
bindsym $mod+0 workspace number 10
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace number 1
bindsym $mod+Shift+2 move container to workspace number 2
bindsym $mod+Shift+3 move container to workspace number 3
bindsym $mod+Shift+4 move container to workspace number 4
bindsym $mod+Shift+5 move container to workspace number 5
bindsym $mod+Shift+6 move container to workspace number 6
bindsym $mod+Shift+7 move container to workspace number 7
bindsym $mod+Shift+8 move container to workspace number 8
bindsym $mod+Shift+9 move container to workspace number 9
bindsym $mod+Shift+0 move container to workspace number 10
bindsym $mod+control+1 move container to workspace number 1
bindsym $mod+control+2 move container to workspace number 2
bindsym $mod+control+3 move container to workspace number 3
bindsym $mod+control+4 move container to workspace number 4
bindsym $mod+control+5 move container to workspace number 5
bindsym $mod+control+6 move container to workspace number 6
bindsym $mod+control+7 move container to workspace number 7
bindsym $mod+control+8 move container to workspace number 8
bindsym $mod+control+9 move container to workspace number 9
bindsym $mod+control+0 move container to workspace number 10
bindsym $mod+control+$left move workspace to output left
bindsym $mod+control+$down move workspace to output down