Updateeeeee

This commit is contained in:
Antoine Phan
2024-09-27 14:09:46 -04:00
parent c2472349aa
commit 0637dceca8
3 changed files with 14 additions and 16 deletions

View File

@@ -25,3 +25,13 @@ Essentially, you can do whatever you want with this and no need to credit me for
# Notes
- Network interface is set to `wlan0`
# Useful commands:
- Getting all the local packages (`pacman`)
```sh
pacman -Qs | grep "local/" | awk '{print $1}' - | awk -F '/' '{print $2}' > allPackages.txt
```
- (Re)Installing all packages back
```sh
cat allPackages.txt | yay -S - --needed
```

View File

@@ -7,17 +7,3 @@ vt = 1
[default_session]
command = "tuigreet --cmd /usr/bin/zsh"
user = "antoine"
[initial_session]
command = "Hyprland"
user = "antoine"
[theme]
border = "magenta"
text = "cyan"
prompt = "green"
time = "red"
action = "blue"
button = "yellow"
container = "black"
input = "red"

View File

@@ -92,7 +92,7 @@ bindsym $mod+Shift+Right move right
bindsym $mod+f fullscreen toggle
# change container layout (stacked, tabbed, toggle split)
bindsym $mod+s layout stacking
# bindsym $mod+s layout stacking
bindsym $mod+t layout tabbed
bindsym $mod+e layout toggle split
@@ -187,6 +187,8 @@ bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
bindsym $mod+s exec ./swapWorkspace.sh
for_window [title="Blueberry"] floating enable
for_window [title="Yoshimi"] floating enable
# assign [title="Spotify"] → $ws10