{"id":30695779,"url":"https://github.com/q3aql/i3-wm","last_synced_at":"2025-09-02T07:06:09.430Z","repository":{"id":308387200,"uuid":"1032513128","full_name":"q3aql/i3-wm","owner":"q3aql","description":"My tiling i3 configuration for Debian GNU/Linux ","archived":false,"fork":false,"pushed_at":"2025-08-24T09:44:36.000Z","size":96457,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-24T15:43:05.786Z","etag":null,"topics":["config","debian","dotfiles","i3","linux","manager","packages","shell","tiling","window"],"latest_commit_sha":null,"homepage":"https://git.q3aql.dev/q3aql/i3-wm","language":"Scheme","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/q3aql.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-05T12:17:38.000Z","updated_at":"2025-08-24T09:44:39.000Z","dependencies_parsed_at":"2025-08-24T11:27:24.746Z","dependency_job_id":null,"html_url":"https://github.com/q3aql/i3-wm","commit_stats":null,"previous_names":["q3aql/i3-wm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/q3aql/i3-wm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q3aql%2Fi3-wm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q3aql%2Fi3-wm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q3aql%2Fi3-wm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q3aql%2Fi3-wm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/q3aql","download_url":"https://codeload.github.com/q3aql/i3-wm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/q3aql%2Fi3-wm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273244365,"owners_count":25070966,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-02T02:00:09.530Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["config","debian","dotfiles","i3","linux","manager","packages","shell","tiling","window"],"created_at":"2025-09-02T07:06:05.299Z","updated_at":"2025-09-02T07:06:09.422Z","avatar_url":"https://github.com/q3aql.png","language":"Scheme","funding_links":[],"categories":[],"sub_categories":[],"readme":"i3-wm - My tiling i3 configuration for Debian\n================================================================\n\n### Screenshot:\n\n![i3](/examples/i3.png)\n\n### Installation:\n\n  * **`Install dependencies:`**\n  \n    * Install the packages necessary for i3 to function properly:\n\n      ```shell\n      sudo apt install i3 i3lock arandr i3status nitrogen diodon dmenu lxappearance atril bash vim \\\n      simplescreenrecorder xfce4-screenshooter python3 python3-tk python3-psutil pulseaudio-utils wget \\\n      pipewire pipewire-pulse slurp xterm alacritty kitty xscreensaver xautolock coreutils picom unzip \\\n      x11-xserver-utils lxrandr ristretto grim arc-theme papirus-icon-theme adwaita-icon-theme mpv curl \\\n      adwaita-qt6 adwaita-qt qt5ct qt6ct rofi keepassxc wmctrl conky-all compton pcmanfm jq dex dunst \\\n      geany xarchiver iwd fonts-noto fonts-noto-core fonts-noto-extra fonts-noto-mono procps git zenity \\\n      xdg-desktop-portal-gtk xdg-desktop-portal xorg xserver-xorg fonts-liberation psmisc terminator\n      ````\n\n      ```shell\n      curl -L \"https://gs.q3aql.dev/i3-wm/scripts/update-firefox.sh\" | sudo bash\n      curl -L \"https://gs.q3aql.dev/i3-wm/scripts/update-telegram.sh\" | sudo bash\n      curl -L \"https://gs.q3aql.dev/i3-wm/scripts/update-electronmail.sh\" | sudo bash\n      curl -L \"https://gs.q3aql.dev/i3-wm/packages/vim-conf-onedark.sh\" | sudo bash\n      curl -L \"https://gs.q3aql.dev/i3-wm/packages/um-nerd-fonts.tar.gz\" | sudo tar -zxvf - -C /\n      curl -L \"https://gs.q3aql.dev/i3-wm/packages/iwd-connectd.tar.gz\" | sudo tar -zxvf - -C /\n      sudo systemctl daemon-reload\n      sudo systemctl enable iwd-connectd\n      ````\n \n  * **`Install configuration (dotfiles):`**\n  \n    * Clone repository and copy files to your home:\n\n      ```shell\n      git clone https://git.q3aql.dev/q3aql/i3-wm\n      cd i3-wm\n      cp -rf .config ~/\n      cp -rf wallpapers ~/\n      cp -rf scripts ~/\n      echo \"export QT_QPA_PLATFORMTHEME=qt5ct\" \u003e\u003e ~/.bashrc\n      ````\n\n### Configuration:\n\n  * **`Network:`**\n  \n    * By default, I use `iwd` as my network manager via the `iwd-connectd` script:\n    * To modify the configuration, you must edit the file `/usr/bin/iwd-connectd-cfg` with root:\n    \n      ```shell\n      interface=\"wlan0\"\n      wireless=\"yes\" # Change to \"no\" for ethernet\n      wireless_ssid=\"miwifiname\"\n      wireless_pass=\"passwordwifi\"\n      ip_interface=\"192.168.0.100/24\"\n      gw_interface=\"192.168.0.1\"\n      dns_one=\"1.1.1.1\"\n      dns_two=\"1.1.0.0\"\n      ````\n\n    * After modifying the configuration, restart the service:\n\n      ```shell\n      $ sudo systemctl restart iwd-connectd\n      ````\n\n  * **`Monitor \u0026 resolution:`**\n  \n    * The configuration load my monitor configuration:\n    * Use the command `xrandr` or `lxrandr` for show your config \u0026 edit the file `~/.config/i3/startxrandr.sh`:\n    \n      ```shell\n      xrandr --output HDMI-A-0 --mode 1920x1080 -r 74.97\n      xrandr --output HDMI-A-1 --mode 1280x1024 -r 75.02 --rotate left --right-of HDMI-A-0\n      ````\n\n  * **`Screensaver:`**\n  \n    * The configuration file set the time in 20 minutes:\n    * Edit the file `~/.config/i3/startscreensaver.sh`:\n    \n      ```shell\n      # Basic configuration variables\n      ScreensaverProgram=\"xautolock\" # Options: xautolock or xscreensaver\n      ScreensaverTime=\"20\" # 20 minutes (only for xautolock)\n      ````\n\n * **`Wallpaper:`**\n  \n    * By default, the config load wallpaper on `~/wallpapers/awesome.jpg`:\n    * Edit  `~/.config/i3/config` for set your favorite wallpaper:\n    \n      ```shell\n      exec --no-startup-id \"sleep 3 \u0026\u0026 nitrogen --head=0 --set-scaled ~/wallpapers/awesome.jpg\"\n      ````\n\n * **`Tray:`**\n  \n    * By default, the config set tray on monitor `HDMI-A-1`:\n    * Edit  `~/.config/i3/config` for set your output monitor:\n    \n      ```shell\n      tray_output HDMI-A-0\n      ````\n\n  * **`Layout:`**\n  \n    * By default, the config load my spanish layout.:\n    * Edit  `~/.config/i3/config` for set your configuration:\n    \n      ```shell\n      # Input layout\n      #exec --no-startup-id setxkbmap us \n      exec --no-startup-id setxkbmap es  \n      ````\n\n### Keys configuration:\n\nMy list of extra combinations:\n\n    - Super + d = Open Dmenu (fbrun mode)\n    - Super + p = Open Dmenu (run mode)\n    - Super + q = Open Dmenu (window mode)\n    - Super + o = Open Dmenu (drun mode)\n    - Super + b = Open Firefox\n    - Super + n = Open PCManFM\n    - Super + t = Open Xfce4-Screenshoot\n    - Super + g = Open Geany\n    - Super + m = Open Telegram \n    - Super + z = Open Simplescreenrecorder\n    - Super + x = Open LXRandr\n    - Super + u = Open Xterm\n    - Super + i = Open LXAppearance\n    - Super + c = Open Diodon\n    - Super + Shift + c = Caffeine Mode\n    - Super + Shift + x = Display Tools\n    - Volume-Up = Volume +5\n    - Volume-Down = Volume -5\n    - VolumeMute = Mute Volume\n    - Super + Ctrl + Shift + l = Screen Off/On\n    - Super + Shift + e = Logout\n    - Super + Backspace = Menu Logout\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq3aql%2Fi3-wm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fq3aql%2Fi3-wm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fq3aql%2Fi3-wm/lists"}