Updateeeeee
This commit is contained in:
10
README.md
10
README.md
@@ -25,3 +25,13 @@ Essentially, you can do whatever you want with this and no need to credit me for
|
|||||||
|
|
||||||
# Notes
|
# Notes
|
||||||
- Network interface is set to `wlan0`
|
- 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
|
||||||
|
```
|
||||||
@@ -7,17 +7,3 @@ vt = 1
|
|||||||
[default_session]
|
[default_session]
|
||||||
command = "tuigreet --cmd /usr/bin/zsh"
|
command = "tuigreet --cmd /usr/bin/zsh"
|
||||||
user = "antoine"
|
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"
|
|
||||||
|
|||||||
@@ -92,7 +92,7 @@ bindsym $mod+Shift+Right move right
|
|||||||
bindsym $mod+f fullscreen toggle
|
bindsym $mod+f fullscreen toggle
|
||||||
|
|
||||||
# change container layout (stacked, tabbed, toggle split)
|
# change container layout (stacked, tabbed, toggle split)
|
||||||
bindsym $mod+s layout stacking
|
# bindsym $mod+s layout stacking
|
||||||
bindsym $mod+t layout tabbed
|
bindsym $mod+t layout tabbed
|
||||||
bindsym $mod+e layout toggle split
|
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+9 move container to workspace number $ws9
|
||||||
bindsym $mod+Shift+0 move container to workspace number $ws10
|
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="Blueberry"] floating enable
|
||||||
for_window [title="Yoshimi"] floating enable
|
for_window [title="Yoshimi"] floating enable
|
||||||
# assign [title="Spotify"] → $ws10
|
# assign [title="Spotify"] → $ws10
|
||||||
|
|||||||
Reference in New Issue
Block a user