diff --git a/README.md b/README.md index 2ccb9d9..78a12f3 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file diff --git a/greetd/etc/greetd/config.toml b/greetd/etc/greetd/config.toml index d1ba3cb..0f41aa3 100644 --- a/greetd/etc/greetd/config.toml +++ b/greetd/etc/greetd/config.toml @@ -6,18 +6,4 @@ vt = 1 # The default session, also known as the greeter. [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" +user = "antoine" \ No newline at end of file diff --git a/i3/.config/i3/config b/i3/.config/i3/config index dfa2e79..a50bd42 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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